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