summaryrefslogtreecommitdiff
path: root/push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/push.sh b/push.sh
index e9c8c84..ac2032a 100755
--- a/push.sh
+++ b/push.sh
@@ -9,11 +9,12 @@ function status {
STR=$(git status|grep "Your branch is ahead")
if [[ -n "${STR}" ]]; then
echo "Pushing $2"
- git push
+ git push $CMD
fi
cd "$DIR"
}
+CMD="$*"
status . evol-all
status client-data client-data
status server-code server-code