LinuxCommandLibrary

git-psykorebase

Rebase a branch on top of another using a merge commit and only one conflict handling.

TLDR

Rebase the current branch on top of another using a merge commit and only one conflict handling

$ git psykorebase [upstream_branch]
copy


Continue after conflicts have been handled
$ git psykorebase --continue
copy


Specify the branch to rebase
$ git psykorebase [upstream_branch] [target_branch]
copy

Copied to clipboard