Browse Source

add gsubinit='git submodule update --init'

master
heck 7 months ago
parent
commit
02963bdc68
  1. 1
      bash_profile.d/git.sh

1
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

Loading…
Cancel
Save