1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 18:15:24 +02:00

git-branch: Add comment that a branch must not be currently checked out in order to delete it (#2651)

This commit is contained in:
markevan100 2018-12-16 03:01:47 -07:00 committed by Starbeamrainbowlabs
parent 54a75ee772
commit 52b6af039e

View file

@ -22,6 +22,6 @@
`git branch -m {{old_branch_name}} {{new_branch_name}}`
- Delete a local branch:
- Delete a local branch (must not have it checked out to do this):
`git branch -d {{branch_name}}`