git discussion bingo
git discussion bingo
git discussion bingo
You're viewing a single thread.
commits are immutable snapshots
git interactive rebase enters, stage right
Which makes a new commit. The old commit before the rebase is still there until it's garbage collected. Editing a commit in any way changes its hash, turning it into a new commit.