Update sync scripts

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-25 10:59:18 +02:00
parent 6aed067d4c
commit 0c06679e5f
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ if [ "${IS_WORK}" = "1" ]; then
fi
cd "/home/severin/notes" || exit
git pull
git pull -X theirs
git add --all
git commit -s -m "Update notes"
git push origin master

View file

@ -27,7 +27,7 @@ if [ "${IS_WORK}" = "1" ]; then
fi
cd "/home/severin/tasks" || exit
git pull
git pull -X theirs
git add --all
git commit -s -m "Update tasks"
git push origin master