canpolat@programming.devM to Git@programming.devEnglish · 2 years agoFossil: Fossil Versus Gitwww.fossil-scm.orgexternal-linkmessage-square7fedilinkarrow-up13arrow-down12
arrow-up11arrow-down1external-linkFossil: Fossil Versus Gitwww.fossil-scm.orgcanpolat@programming.devM to Git@programming.devEnglish · 2 years agomessage-square7fedilink
minus-squareNate Cox@programming.devlinkfedilinkEnglisharrow-up2·2 years agoGit has a bunch of hooks. https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
minus-squaresim642@lemm.eelinkfedilinkarrow-up2·2 years agoAnd git merge --no-commit to do whatever you want on the proposed merge before actually creating the commit. Test or whatever else.
Git has pre-commit hooks?
Git has a bunch of hooks. https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
And
git merge --no-commit
to do whatever you want on the proposed merge before actually creating the commit. Test or whatever else.