Update sync scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
6aed067d4c
commit
0c06679e5f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ if [ "${IS_WORK}" = "1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "/home/severin/notes" || exit
|
cd "/home/severin/notes" || exit
|
||||||
git pull
|
git pull -X theirs
|
||||||
git add --all
|
git add --all
|
||||||
git commit -s -m "Update notes"
|
git commit -s -m "Update notes"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|
|
@ -27,7 +27,7 @@ if [ "${IS_WORK}" = "1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "/home/severin/tasks" || exit
|
cd "/home/severin/tasks" || exit
|
||||||
git pull
|
git pull -X theirs
|
||||||
git add --all
|
git add --all
|
||||||
git commit -s -m "Update tasks"
|
git commit -s -m "Update tasks"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue