Browse Source

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

markevan100 6 years ago
parent
commit
52b6af039e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/git-branch.md

+ 1 - 1
pages/common/git-branch.md

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