Merge pull request #215 from rmacklin/use-pull-autostash
Use `git pull --autostash` in `omarchy-update`
This commit is contained in:
commit
87e55b193b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user