diff --git a/bin/omarchy-update b/bin/omarchy-update index 5b2e2d2..6a71409 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -11,9 +11,7 @@ else fi # Get the latest while trying to preserve any modifications -git stash -git pull -git stash pop +git pull --autostash # Run any pending migrations for file in migrations/*.sh; do