Stacked Commits Can Help You Write Better Code Faster
2 points by fmerian 4 months ago | 1 comment- davvid 4 months agoIn case you didn't know: `git rebase --update-refs` or to make this the default behavior: `git config --global rebase.updateRefs true`.