diff --git a/autopush.sh b/autopush.sh index c6582a85a..fc582e7db 100755 --- a/autopush.sh +++ b/autopush.sh @@ -4,9 +4,11 @@ git config pull.rebase false cd ~/garden while true; do git add *md + git add *tex *txt git add journal/*md git add Journal git add assets/* + git add gemini/* git add *png *jpg git commit -a -m 'autopushed' git pull