Hacker News new | ask | show | jobs
by 3523582908 707 days ago
I am a fan of the dev branch strategy [1], where I have a specific commit that holds all my customizations that I rebase off of. This blog post has it set up such that git automatically ignore pushing the dev commit, but I haven't really gotten that far yet. I just rebase my branch off current main when I'm ready to push.

[1]: https://reasonablypolymorphic.com/blog/jj-strategy/index.htm...