mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 02:15:23 +02:00
wrapping some items in tokens
This commit is contained in:
parent
4da1c1c3df
commit
331c97b209
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- Rebase the current branch on top of the master branch:
|
- Rebase the current branch on top of the master branch:
|
||||||
|
|
||||||
`git rebase master`
|
`git rebase {{master}}`
|
||||||
|
|
||||||
- Start an interactive rebase, which allows the commits to be reordered, omitted, combined or modified:
|
- Start an interactive rebase, which allows the commits to be reordered, omitted, combined or modified:
|
||||||
|
|
||||||
|
@ -25,4 +25,4 @@
|
||||||
|
|
||||||
- Reapply the last 5 commits in-place, stopping to allow them to be reordered, omitted, combined or modified:
|
- Reapply the last 5 commits in-place, stopping to allow them to be reordered, omitted, combined or modified:
|
||||||
|
|
||||||
`git rebase -i HEAD~5`
|
`git rebase -i {{HEAD~5}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue