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'