codeinabox@programming.dev to Git@programming.devEnglish · 3 days agoA Git hook to prevent committing directly to mainalexwlchan.netexternal-linkmessage-square1linkfedilinkarrow-up124arrow-down12
arrow-up122arrow-down1external-linkA Git hook to prevent committing directly to mainalexwlchan.netcodeinabox@programming.dev to Git@programming.devEnglish · 3 days agomessage-square1linkfedilink
minus-squareSteleTrovilo@beehaw.orglinkfedilinkarrow-up3·2 days agoAs a hater of pre-commit hooks, this one seems like it’s actually good. That said, the writer would do well to check out Jujutsu. Its model of branchless commits, which you apply a branch to afterward, would alleviate a lot of her annoyances.
As a hater of pre-commit hooks, this one seems like it’s actually good.
That said, the writer would do well to check out Jujutsu. Its model of branchless commits, which you apply a branch to afterward, would alleviate a lot of her annoyances.