☆ Yσɠƚԋσʂ ☆ to Programmer [email protected]English • 2 years agogit discussion bingomedia.mas.toimagemessage-square33fedilinkarrow-up1275
arrow-up1275imagegit discussion bingomedia.mas.to☆ Yσɠƚԋσʂ ☆ to Programmer [email protected]English • 2 years agomessage-square33fedilink
minus-squarekaty ✨linkfedilink6•2 years ago commits are immutable snapshots git interactive rebase enters, stage right
minus-square@[email protected]linkfedilink4•2 years agoWhich 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.
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.