1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

push is only possible to authenticated repos, disable

This commit is contained in:
Michiel Scholten
2014-07-21 20:58:09 +02:00
parent 5daa28dcd4
commit 7046d2e552

View File

@@ -62,7 +62,7 @@ for LINE in "${LINES[@]}"; do
else
echo -e "[\e[32mU\e[0m] $GRP/$REPODIR"
git pull --quiet
git push --quiet
#git push --quiet
fi
else
echo -e "[\e[33mC\e[0m] $GRP/$REPODIR"