git-rebase: add --onto option (#1080)
This commit is contained in:

committed by
Agniva De Sarker

parent
c73c797594
commit
a6efcb6ba8
@@ -17,3 +17,7 @@
|
||||
- Abort a rebase in-progress:
|
||||
|
||||
`git rebase --abort`
|
||||
|
||||
- Rebase your local branch by specifying new base commit and old base commit:
|
||||
|
||||
`git rebase --onto {{new_base_commit}} {{old_base_commit}}`
|
||||
|
Reference in New Issue
Block a user