Merge pull request #215 from rmacklin/use-pull-autostash

Use `git pull --autostash` in `omarchy-update`
This commit is contained in:
David Heinemeier Hansson
2025-07-18 00:42:16 -04:00
committed by GitHub

View File

@ -11,9 +11,7 @@ else
fi fi
# Get the latest while trying to preserve any modifications # Get the latest while trying to preserve any modifications
git stash git pull --autostash
git pull
git stash pop
# Run any pending migrations # Run any pending migrations
for file in migrations/*.sh; do for file in migrations/*.sh; do