From: Silvio Rhatto Date: Sun, 20 Apr 2014 16:04:54 +0000 (-0300) Subject: Commit: s/repository/remote X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=900d61e14fe347db9596656cffd8f8dae784a584;p=scripts.git Commit: s/repository/remote --- diff --git a/commit b/commit index 1d922af..e5bed59 100755 --- a/commit +++ b/commit @@ -80,7 +80,7 @@ function git_push { elif git remote | grep -q 'all'; then git push all --all elif git remote | grep -q 'origin'; then - echo "Please configure the 'all' repository first." + echo "Please configure the 'all' remote first." exit 1 #git push --all fi