Change global git
config as root
This commit is contained in:
parent
e6efda0a55
commit
929d2efdb0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function runAction -V dir
|
||||||
and runHook prepareAction || true
|
and runHook prepareAction || true
|
||||||
|
|
||||||
echo "Flagging repository as safe..."
|
echo "Flagging repository as safe..."
|
||||||
git config --system --add safe.directory (realpath "$(status dirname)/../..")
|
sudo git config --system --add safe.directory (realpath "$(status dirname)/../..")
|
||||||
|
|
||||||
and runHook preAction || true
|
and runHook preAction || true
|
||||||
$argv
|
$argv
|
||||||
|
|
Loading…
Reference in a new issue