mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
git-rebase: Add example with --skip option
This commit is contained in:
parent
e55edff06d
commit
df4bae9a52
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
`git rebase --continue`
|
`git rebase --continue`
|
||||||
|
|
||||||
|
- Continue a rebase that was paused due to merge conflicts, by skipping the conflicted commit:
|
||||||
|
|
||||||
|
`git rebase --skip`
|
||||||
|
|
||||||
- Abort a rebase in progress (e.g. if it is interrupted by a merge conflict):
|
- Abort a rebase in progress (e.g. if it is interrupted by a merge conflict):
|
||||||
|
|
||||||
`git rebase --abort`
|
`git rebase --abort`
|
||||||
|
|
Loading…
Add table
Reference in a new issue