feat: add --rebase --autostash to notesSync

This commit is contained in:
Ayo Ayco 2025-06-26 09:27:08 +02:00
parent dcd1807fb2
commit 3af1404300

View file

@ -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