diff --git a/pages/common/git-branch.md b/pages/common/git-branch.md index 47496d72ac..3ce245e80a 100644 --- a/pages/common/git-branch.md +++ b/pages/common/git-branch.md @@ -8,7 +8,7 @@ - Create new branch based on current branch -`git branch {{BRANCH-NAME}} +`git branch {{BRANCH-NAME}}` - Delete a local branch @@ -16,4 +16,4 @@ - Move/Rename a branch -`git branch -m` \ No newline at end of file +`git branch -m`