Merge pull request #253 from hollingberry/patch-1

Add missing backtick
waldyrious/alt-syntax
Ruben Vereecken 2014-12-21 12:06:52 +01:00
commit 6fbe311f53
1 changed files with 2 additions and 2 deletions

View File

@ -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`