Use a headline to explain what is already up to date
This commit is contained in:
parent
4ab3ff8349
commit
9d561fe34d
@ -4,6 +4,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Get the latest while trying to preserve any modifications
|
# Get the latest while trying to preserve any modifications
|
||||||
|
echo -e "\e[32mUpdate Omarchy\e[0m"
|
||||||
omarchy_path=~/.local/share/omarchy
|
omarchy_path=~/.local/share/omarchy
|
||||||
git -C $omarchy_path pull --autostash
|
git -C $omarchy_path pull --autostash
|
||||||
git -C $omarchy_path diff --check || git -C $omarchy_path reset --merge
|
git -C $omarchy_path diff --check || git -C $omarchy_path reset --merge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user