- Fix:
git push
sometimes failed in the situation whereprepush
hook is set and runs unexpectedly. Nowgit push
is run with--no-verify
for pushing auto generated commit to remote.
git push
sometimes failed in the situation where prepush
hook is set and runs unexpectedly. Now git push
is run with --no-verify
for pushing auto generated commit to remote.