fix branchname

This commit is contained in:
Tommy Parnell
2015-07-10 13:11:12 -04:00
parent 20c46dc54e
commit b2d31d81f8

View File

@@ -12,7 +12,7 @@
List branches: `git branch`
Create branch with the current branch `git checkout -b BranchName`
Create branch with the current branch `git checkout -b NewBranchName`
delete local branch `git branch -D BranchName`