summaryrefslogtreecommitdiff
path: root/bin/wup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wup')
-rwxr-xr-xbin/wup3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/wup b/bin/wup
index e10eef4..9bd43fb 100755
--- a/bin/wup
+++ b/bin/wup
@@ -4,5 +4,4 @@
cd ~/Wiki
[ "$(git status --porcelain)" ] && git add . && git commit -m update
-git pull
-git push
+git pull && git push