summaryrefslogtreecommitdiff
path: root/bin/wup
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-04-06 22:52:18 +0200
committerMarc Vertes <mvertes@free.fr>2023-04-06 22:52:18 +0200
commita15975ebf1903b4210f1c70841055a53a0a89935 (patch)
treedd93d6fa387066de090520fd891d5f4774596aa3 /bin/wup
parent3e02440729442357b4e1d545e3086dbc8695cbef (diff)
update
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