mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-21 08:34:00 +08:00
352 B
352 B
Install pre-commit hooks
TODO: organize developer-focused documentation
Git hook scripts are useful for identifying simple issues before commiting changes.
Install pre-commit first, one-liner for Arch users:
sudo pacman -S python-pre-commit
Then install git hook scripts:
make git-hooks