testing..

This commit is contained in:
pika 2024-05-22 18:36:54 +02:00
parent a8c9a97908
commit e6e72075e5

View file

@ -161,7 +161,7 @@ if command -v git >/dev/null 2>&1
alias gc='git clone --recurse-submodule'
alias ga='git add'
alias gp='git pull --recurse-submodule'
alias gsu='git submodule foreach git pull && git add . && git commit -m "⬇️ updated 📌 submodules" && git push'
alias gsu='git submodule foreach git pull && git add . && git commit -m " updated 📌submodules" && echo "-- Committed changes, pushing now.." && sleep 2 && git push'
alias gcm='git commit -m'
alias gpu='git push --recurse-submodule=on-demand'
end