Stupid git commit-tree tricks, Part 5: Squashing without git rebase

1 · Raymond Chen · May 10, 2019, 2 p.m.
Suppose you’ve made a bunch of changes.     X WIP   almost   rename method   silly typo   X works   update Y   update Z   base ← A ← B ← C ← D ← E ← F ← G You started by trying to get the X component working. The post Stupid git commit-tree tricks, Part 5: Squashing without git rebase appeared first on The Old New Thing....