mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
Use a headline to explain what is already up to date
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user