From 16ef74e9844d454c3d038cf0675a5eace404f6e6 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 11 Aug 2026 16:30:13 +0200 Subject: [PATCH] autopushed --- autopush.sh | 2 ++ 1 file changed, 2 insertions(+) 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