From 98ceef0c191ebc87fd27127b1053e1a1e1a0486e Mon Sep 17 00:00:00 2001 From: PieckA Date: Sun, 26 May 2024 10:47:35 +0200 Subject: [PATCH] addet gsu extension to alias --- config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.fish b/config.fish index e2fef4d..4440a32 100644 --- a/config.fish +++ b/config.fish @@ -101,7 +101,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' && 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 gpu="git push --recurse-submodule=on-demand" end