mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02: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
|
- Create new branch based on current branch
|
||||||
|
|
||||||
`git branch {{BRANCH-NAME}}
|
`git branch {{BRANCH-NAME}}`
|
||||||
|
|
||||||
- Delete a local branch
|
- Delete a local branch
|
||||||
|
|
||||||
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
- Move/Rename a branch
|
- Move/Rename a branch
|
||||||
|
|
||||||
`git branch -m`
|
`git branch -m`
|
||||||
|
|
Loading…
Add table
Reference in a new issue