Check out a userscript which highlights deleted posts.
GitHub
79267299
Date:
2024-12-10 07:12:11
Score:
1
Natty:
Report link
No. Git Hooks functionality is from Git itself, not GitLab.
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