> the fact that git is mutable instead of append-only
Remind me again how I change a commit in the middle of a branch without affecting the commits that come later in the same branch?
git rebase can do that easily, I do it all the time when prepping feature branches for submission to the main branch
git rebase can do that easily, I do it all the time when prepping feature branches for submission to the main branch