From 47df8384e02f6c2f00cc4214e40d7a968a310fb9 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 3 Sep 2016 18:58:50 +0100 Subject: [PATCH] test --- etc/profile.d/nb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index d8d21226..dd03728d 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -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/^/ /' -- 2.47.3