from Hacker News

Stacked Commits Can Help You Write Better Code Faster

by fmerian on 2/13/25, 9:56 AM with 1 comments

  • by davvid on 2/13/25, 10:52 AM

    In case you didn't know: `git rebase --update-refs` or to make this the default behavior: `git config --global rebase.updateRefs true`.