mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-09 05:06:00 +02:00

Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
496 B
496 B
git psykorebase
Rebase a branch on top of another using a merge commit and only one conflict handling. Part of
git-extras
. More information: https://manned.org/git-psykorebase.
- Rebase the current branch on top of another using a merge commit and only one conflict handling:
git psykorebase {{upstream_branch}}
- Continue after conflicts have been handled:
git psykorebase --continue
- Specify the branch to rebase:
git psykorebase {{upstream_branch}} {{target_branch}}