canpolat@programming.devM to Git@programming.devEnglish · 1 year agoFossil: Fossil Versus Gitwww.fossil-scm.orgexternal-linkmessage-square7fedilinkarrow-up12arrow-down11
arrow-up11arrow-down1external-linkFossil: Fossil Versus Gitwww.fossil-scm.orgcanpolat@programming.devM to Git@programming.devEnglish · 1 year agomessage-square7fedilink
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.
minus-squareNate Cox@programming.devlinkfedilinkEnglisharrow-up1·1 year agoGit has a bunch of hooks. https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
Git has pre-commit hooks?
And
git merge --no-commit
to do whatever you want on the proposed merge before actually creating the commit. Test or whatever else.Git has a bunch of hooks. https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks