Answers for "git ignore pre commit hook"

2

Git commit ignore pre-commit hooks

git commit -m "Some comments" --no-verify
Posted by: Guest on April-28-2021
0

git bypass hook

git commit --no-verify

-n  
--no-verify
Posted by: Guest on August-20-2020

Browse Popular Code Answers by Language