git-branch: add command (#3994)

This commit is contained in:
Ann Cascarano
2020-04-18 13:44:41 -04:00
committed by GitHub
parent 1fd81dfadc
commit 976cf2ffc8

View File

@@ -30,3 +30,7 @@
- Delete a local branch (must not have it checked out to do this):
`git branch -d {{branch_name}}`
- Delete a remote branch:
`git push {{remote_name}} --delete {{remote_branch_name}}`