chore: clean up web ui repo hygiene
This commit is contained in:
parent
94e62c9456
commit
2fcc9db903
4786 changed files with 1271 additions and 1275231 deletions
6
scripts/install_git_hooks.sh
Executable file
6
scripts/install_git_hooks.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
git -C "${root_dir}" config core.hooksPath .githooks
|
||||
echo "Configured git hooks path: ${root_dir}/.githooks"
|
||||
Loading…
Add table
Add a link
Reference in a new issue