79267299

Date: 2024-12-10 07:12:11
Score: 1
Natty:
Report link
  1. No. Git Hooks functionality is from Git itself, not GitLab.
  2. You can create a pre-commit file under your project (e.g, pre-commit.sh), create a symbolically link of it:
ln -s $PWD/pre-commit.sh .git/hooks/pre-commit
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lawrence