You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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