autopushed

This commit is contained in:
2022-05-26 11:53:27 +02:00
parent 837ab91acf
commit 8eb547ef0e
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
git config pull.rebase false
cd ~/garden
while true; do
git add *md
git add journal/*md
git commit -a -m 'autopushed'
git pull
git push
sleep 5
sleep 30
done
+2
View File
@@ -0,0 +1,2 @@
- a [[thing]].
- something [[useful]] for a [[purpose]].