From 72294e5098005615dd11470e076b359e38f6d565 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 19 Nov 2014 22:35:09 +0100 Subject: [PATCH] git-commit-push --- etc/bashrc.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bashrc.function b/etc/bashrc.function index b3f9395a..2f84a3d9 100644 --- a/etc/bashrc.function +++ b/etc/bashrc.function @@ -31,7 +31,7 @@ git-clone-nbdom() { git-commit-push() { git add . git commit -m "$@" -a - git push + git push || echo "Try: git push --set-upstream origin master" } env-add-path() { -- 2.47.3