From: Nicolas Boisselier Date: Sat, 3 Sep 2016 17:53:53 +0000 (+0100) Subject: test X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=233da6686adefd142fa76830a287b60b7a2df7b9;p=nb.git test --- diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index 49111824..368662ce 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -6,7 +6,7 @@ nb_repos_commit_push() { cd "$i" || continue printf ">%s\n" "$i" - git commit --all --quiet --message "$*" && git push | sed 's/^/ /' + git commit --all --quiet --message "$*" && false && git push | sed 's/^/ /' done cd "$pwd" }