git-psykorebase: add page (#10994)

pull/23/head
Sebastiaan Speck 2023-10-16 09:22:43 +02:00 committed by GitHub
parent 8624161f8d
commit fde67e7204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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://github.com/tj/git-extras/blob/master/Commands.md#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}}`