mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
Add missing backtick
This commit is contained in:
parent
ba895c3282
commit
2c6cfbb0e5
@ -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 New Issue
Block a user