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`