(a.k.a. Rewriting History in Git)
HEAD
HEAD~4
git rebase [-i | --interactive]
🤩
🇨🇭🔪
Manipulate commits by:
Don't push -f alt timelines to Public branches
git pull --rebase origin master
(instead of merge commit master)
By Benjamin Orozco (benoror)