From d5c242a7d7eed3c35379154213f23279a0d921ec Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 3 Sep 2016 18:59:42 +0100 Subject: [PATCH] test --- etc/profile.d/nb.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index dd03728d..619e6046 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -7,10 +7,11 @@ nb_repos_commit_push() { printf ">%s\n" "$i" ( - git commit --all --no-status --quiet --message "$*" && git push && echo + git commit --all --no-status --quiet --message "$*" && git push ) \ | grep -vE '^(On branch master|Your branch is up-to-date|nothing to commit)' \ | sed 's/^/ /' + echo done cd "$pwd" } -- 2.47.3