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

index d8d212269a80de466f1f633e52af366f2d209b3c..dd03728dbc90ba0d78f60d67be81d1bd1cd338b7 100644 (file)
@@ -7,7 +7,7 @@ nb_repos_commit_push() {
 
     printf ">%s\n" "$i"
     (
-    git commit --all --no-status --quiet --message "$*" && git push
+    git commit --all --no-status --quiet --message "$*" && git push && echo
     ) \
       | grep -vE '^(On branch master|Your branch is up-to-date|nothing to commit)' \
       | sed 's/^/ /'