mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:35:25 +02:00
git-psykorebase: add page (#10994)
This commit is contained in:
parent
8624161f8d
commit
fde67e7204
1 changed files with 17 additions and 0 deletions
17
pages/common/git-psykorebase.md
Normal file
17
pages/common/git-psykorebase.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue