Browse Source

Merge pull request #253 from hollingberry/patch-1

Add missing backtick
Ruben Vereecken 10 years ago
parent
commit
6fbe311f53
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/git-branch.md

+ 2 - 2
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`
+`git branch -m`