summaryrefslogtreecommitdiffstats
path: root/push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/push.sh b/push.sh
index a483beb..c718e34 100755
--- a/push.sh
+++ b/push.sh
@@ -8,6 +8,7 @@ if [ ! -d custodia ]; then
fi
pushd custodia > /dev/null
+git fetch --all
git pull --rebase
popd > /dev/null