1GIT-DELETE-BRANCH(1)              Git Extras              GIT-DELETE-BRANCH(1)
2
3
4

NAME

6       git-delete-branch - Delete branches
7

SYNOPSIS

9       git-delete-branch <branchname>
10

DESCRIPTION

12       Deletes  local  and  remote  branch named <branchname>. Note that local
13       deletion fails if the branch is checked out.
14

OPTIONS

16       <branchname>
17
18       The name of the branch to delete. If multiple  branches  are  provided,
19       then they will all be deleted.
20

EXAMPLES

22       $ git delete-branch integration
23       $ git delete-branch integration bug/1234
24

AUTHOR

26       Written by Tj Holowaychuk <tj@vision-media.ca>
27

REPORTING BUGS

29       <https://github.com/tj/git-extras/issues>
30

SEE ALSO

32       <https://github.com/tj/git-extras>
33
34
35
36                                 October 2017             GIT-DELETE-BRANCH(1)
Impressum