Skip to content

How to rebase branch

Kathleen Neumann edited this page Apr 28, 2021 · 1 revision
git checkout issues/MCR-xxxx_my_branch_for_rebase
git rebase -i main

zeigt commits im Editor an -> bestätigen
zeigt Konflikte an -> müssen händisch korrigiert werden

git add name_of_changed_file
git rebase --continue
git push -f
Clone this wiki locally