mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 01:18:00 +01:00
Add missing backtick
This commit is contained in:
parent
ba895c3282
commit
2c6cfbb0e5
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue