I have post-merge hook configured in order to integrate (semi-manually) with another version control system. However sometimes I would like to avoid the the hook from running is there some way to bypass it for git merge
?
I knew there is --no-verify
command line parameter for git commit
. That kind of solution would be perfect for my use case but seems like --no-verify
is not working for git commit
command.