canpolatM to GitEnglish · 1 year agoFossil: Fossil Versus Gitwww.fossil-scm.orgexternal-linkmessage-square7fedilinkarrow-up13arrow-down12
arrow-up11arrow-down1external-linkFossil: Fossil Versus Gitwww.fossil-scm.orgcanpolatM to GitEnglish · 1 year agomessage-square7fedilink
minus-squareNate CoxlinkfedilinkEnglisharrow-up2·1 year agoGit has a bunch of hooks. https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
minus-squaresim642@lemm.eelinkfedilinkarrow-up2·1 year 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.