Exercise - Rebasing
Rebasing is, besides merging, another way to integrate changes.
Info
git rebase
Tips
git rebase
Initial situation
Step 0 - START
$ cd repo
Step 1 - Update feature branch via rebase.
Start in directory git-uebungen/aufgaben/<unknown>
.
There are new features on main.
Show the commit graph across all branches.
Update your feature branch.
Show the commit graph across all branches.
repo $ cd ..