canpolatM to GitEnglish · 2 years agoFossil: Fossil Versus Gitwww.fossil-scm.orgexternal-linkmessage-square7linkfedilinkarrow-up13arrow-down12
arrow-up11arrow-down1external-linkFossil: Fossil Versus Gitwww.fossil-scm.orgcanpolatM to GitEnglish · 2 years agomessage-square7linkfedilink
minus-squareNate CoxlinkfedilinkEnglisharrow-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.