]> git.nbdom.net Git - nb.git/commitdiff
test
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 3 Sep 2016 17:53:53 +0000 (18:53 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 3 Sep 2016 17:53:53 +0000 (18:53 +0100)
etc/profile.d/nb.sh

index 4911182472715065a4b74ebef28e33331ad2aedf..368662ce8cf02746a28165a4daed003ab11b1b06 100644 (file)
@@ -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"
 }