canpolat@programming.devM to Git@programming.devEnglish · 2 years agoFossil: Fossil Versus Gitwww.fossil-scm.orgexternal-linkmessage-square7linkfedilinkarrow-up13arrow-down12cross-posted to: [email protected]
arrow-up11arrow-down1external-linkFossil: Fossil Versus Gitwww.fossil-scm.orgcanpolat@programming.devM to Git@programming.devEnglish · 2 years agomessage-square7linkfedilinkcross-posted to: [email protected]
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.