| name | git-policies |
|---|---|
| description | User's git conventions. Must be loaded before running any git/gh command. |
Every git command must be prefixed with the sentinel so the git-gate hook lets it through:
echo "git policies applied" && git ...
{Your other git rules}