1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 06:18:17 +01:00

wrapping some items in tokens

This commit is contained in:
Agniva De Sarker 2017-04-26 13:23:15 +05:30 committed by Waldir Pimenta
parent 4da1c1c3df
commit 331c97b209

View file

@ -5,7 +5,7 @@
- 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:
@ -25,4 +25,4 @@
- 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}}`