Use a headline to explain what is already up to date

This commit is contained in:
David Heinemeier Hansson 2025-08-08 18:07:22 +02:00
parent 4ab3ff8349
commit 9d561fe34d

View File

@ -4,6 +4,7 @@
set -e
# Get the latest while trying to preserve any modifications
echo -e "\e[32mUpdate Omarchy\e[0m"
omarchy_path=~/.local/share/omarchy
git -C $omarchy_path pull --autostash
git -C $omarchy_path diff --check || git -C $omarchy_path reset --merge