From b2d31d81f8ea7002d40127da975823d1f37b350f Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 10 Jul 2015 13:11:12 -0400 Subject: [PATCH] fix branchname --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4d8f234..a4e0e5d 100644 --- a/readme.md +++ b/readme.md @@ -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`