mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02:00

* git-a*: add and update Korean translation * git-b*: add and update Korean translation * git-*: add and update Korean translation * Update git-standup.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
620 B
620 B
git psykorebase
병합 커밋과 단 한 번의 충돌 처리를 사용하여 브랜치를 다른 브랜치 위에 리베이스합니다.
git-extras
의 일부입니다. 더 많은 정보: https://github.com/tj/git-extras/blob/master/Commands.md#git-psykorebase.
- 병합 커밋과 단 한 번의 충돌 처리를 사용하여 현재 브랜치를 다른 브랜치 위에 리베이스:
git psykorebase {{업스트림_브랜치}}
- 충돌이 해결된 후 계속 진행:
git psykorebase --continue
- 리베이스할 브랜치 지정:
git psykorebase {{업스트림_브랜치}} {{대상_브랜치}}