mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
autopushed
This commit is contained in:
+4
-1
@@ -3,7 +3,10 @@
|
|||||||
git config pull.rebase false
|
git config pull.rebase false
|
||||||
cd ~/garden
|
cd ~/garden
|
||||||
while true; do
|
while true; do
|
||||||
|
git add *md
|
||||||
|
git add journal/*md
|
||||||
|
git commit -a -m 'autopushed'
|
||||||
git pull
|
git pull
|
||||||
git push
|
git push
|
||||||
sleep 5
|
sleep 30
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user