Related questions
Git push error pre-receive hook declined
I have run gitlabhq rails server on virtual machine, following 1-6 steps from this tutorial https://github.com/gitlabhq/gitlab-recipes/blob/master/install/centos/README.md and starts rails server executing command sudo -u git -H bundle exec rails s …
Skip Git commit hooks
I'm looking at a git hook which looks for print statements in Python code. If a print statement is found, it prevents the git commit.
I want to override this hook and I was told that there is a command …