5 ms·
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 su
by 3523582908 2y 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.html#the-dev-branch https://reasonablypolymorphic.com/blog/jj-strategy/index.htm...