Is it considered to be a bad practice – to put .git/hooks into the projects repository (using symlinks, for example). If yes, what is the best way to deliver...
  • May 20, 2022
  • 0 Comments
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...
  • May 19, 2022
  • 0 Comments
Is it possible to deploy a website using git push? I have a hunch it has something to do with using git hooks to perform a git reset --hard...
  • May 7, 2022
  • 0 Comments
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...
  • April 22, 2022
  • 0 Comments