summaryrefslogtreecommitdiff
path: root/bin/git-push-all
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-push-all')
-rwxr-xr-xbin/git-push-all3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/git-push-all b/bin/git-push-all
index 74a63c2c..ec7f7591 100755
--- a/bin/git-push-all
+++ b/bin/git-push-all
@@ -78,9 +78,8 @@ foreach my $branch (@local_branches) {
# say "I: pushing $short_branch to its tracking branch, $tracking";
push $pushes{$tracking_remote}->@*, $branch;
} else {
- say "E: couldn't find anywhere to push $branch";
+ say "W: couldn't find anywhere to push $branch";
say "I: maybe you want to \`git branchmove\` it to a remote\n";
- exit 1;
}
}