From 02963bdc6893c6f5810432eb3510db9e4615f79d Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 6 Sep 2024 14:07:26 +0200 Subject: [PATCH] add gsubinit='git submodule update --init' --- bash_profile.d/git.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_profile.d/git.sh b/bash_profile.d/git.sh index 5ba4662..77558b2 100644 --- a/bash_profile.d/git.sh +++ b/bash_profile.d/git.sh @@ -44,6 +44,7 @@ function heck_git_ui { # submodule alias gsubpush='git submodule foreach "git push || :"' + alias gsubinit='git submodule update --init' function heck_git_ui_deprecated { # --all / -u