From: Nicolas Boisselier Date: Wed, 19 Nov 2014 21:35:09 +0000 (+0100) Subject: git-commit-push X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=72294e5098005615dd11470e076b359e38f6d565;p=nb.git git-commit-push --- 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() {