From 3af14043000e530a85c321a89611b79c3b100b09 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 26 Jun 2025 09:27:08 +0200 Subject: [PATCH] feat: add --rebase --autostash to notesSync --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 415baf4..cff58c0 100644 --- a/functions.sh +++ b/functions.sh @@ -8,7 +8,7 @@ notesSync() { { path="${notes_dir}/" cd "$path" - git pull --quiet + git pull --quiet --rebase --autostash git add . git commit -m "[bash script] update/add entries" >> /dev/null git push --quiet