Hacker News new | ask | show | jobs
Stacked Commits Can Help You Write Better Code Faster (blog.chotu.me)
2 points by fmerian 489 days ago
1 comments

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