Merge pull request #220 from rmacklin/reset-any-stash-conflicts-before-proceeding-in-omarchy-update

Reset any stash changes before proceeding if there were conflicts
This commit is contained in:
David Heinemeier Hansson
2025-07-18 14:40:39 -07:00
committed by GitHub

View File

@ -12,6 +12,7 @@ fi
# Get the latest while trying to preserve any modifications
git pull --autostash
git diff --check || git reset --merge
# Run any pending migrations
for file in migrations/*.sh; do