From b8f47cd2cd6b3e94ecb1aa6e9c9b901ad1ca0fd6 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 3 Sep 2016 18:54:47 +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 368662ce..35e2a339 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 "$*" && false && git push | sed 's/^/ /' + git commit --all --no-status --quiet --message "$*" && git push | sed 's/^/ /' done cd "$pwd" } -- 2.47.3