Add safe directory git config

This commit is contained in:
Klaus Hartl 2022-04-13 17:47:21 +02:00
parent efb785d972
commit 4c9d9387c9
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A

View file

@ -2,4 +2,5 @@
set -e
sh -c "git config --global --add safe.directory $PWD"
sh -c "echo $* | /talisman --githook pre-push"