1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:05:59 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`