From ff25f968dad8a03dfb2bc0eb50933d90d886b1dd Mon Sep 17 00:00:00 2001 From: justuser Date: Sat, 11 Jan 2025 17:18:03 +0300 Subject: [PATCH] sync --- sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sync.sh b/sync.sh index 4db5e88..5201e9c 100755 --- a/sync.sh +++ b/sync.sh @@ -1,3 +1,5 @@ +# Check for updates in remote repo +git pull # Update at the start (we don't know if file changed) git add * git commit -m 'sync'