1GIT-DELETE-BRANCH(1) Git Extras GIT-DELETE-BRANCH(1)
2
3
4
6 git-delete-branch - Delete branches
7
9 git-delete-branch <branchname>
10
12 Deletes local and remote branch named <branchname>. Note that local
13 deletion fails if the branch is checked out.
14
16 <branchname>
17
18 The name of the branch to delete. If multiple branches are provided,
19 then they will all be deleted.
20
22 $ git delete-branch integration
23 $ git delete-branch integration bug/1234
24
26 Written by Tj Holowaychuk <tj@vision-media.ca>
27
29 <https://github.com/tj/git-extras/issues>
30
32 <https://github.com/tj/git-extras>
33
34
35
36 October 2017 GIT-DELETE-BRANCH(1)