1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 06:55:11 +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 else
echo -e "[\e[32mU\e[0m] $GRP/$REPODIR" echo -e "[\e[32mU\e[0m] $GRP/$REPODIR"
git pull --quiet git pull --quiet
git push --quiet #git push --quiet
fi fi
else else
echo -e "[\e[33mC\e[0m] $GRP/$REPODIR" echo -e "[\e[33mC\e[0m] $GRP/$REPODIR"