addet gsu extension to alias

This commit is contained in:
PieckA 2024-05-26 10:47:35 +02:00
parent a305fede04
commit 98ceef0c19

View file

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