Autosave: 2023-01-21 13:46:27
This commit is contained in:
parent
70d12cc678
commit
0b4d43b520
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [ "$CHANGES_EXIST" -eq 0 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git pull
|
git pull >/dev/null 2>&1
|
||||||
git add .
|
git add .
|
||||||
git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")"
|
git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")"
|
||||||
git push -q
|
git push -q
|
||||||
|
|
Loading…
Add table
Reference in a new issue