aboutsummaryrefslogtreecommitdiff
path: root/commit
diff options
context:
space:
mode:
Diffstat (limited to 'commit')
-rwxr-xr-xcommit8
1 files changed, 4 insertions, 4 deletions
diff --git a/commit b/commit
index e5bed59..c5d3f4a 100755
--- a/commit
+++ b/commit
@@ -79,10 +79,10 @@ function git_push {
return
elif git remote | grep -q 'all'; then
git push all --all
- elif git remote | grep -q 'origin'; then
- echo "Please configure the 'all' remote first."
- exit 1
- #git push --all
+ #elif git remote | grep -q 'origin'; then
+ # echo "Please configure the 'all' remote first."
+ # exit 1
+ # #git push --all
fi
}