mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
Improve Git submodule updating aliases
This commit is contained in:
parent
e703642e4b
commit
2b186900cb
@ -137,8 +137,8 @@ alias gSf='git submodule foreach'
|
||||
alias gSi='git submodule init'
|
||||
alias gSl='git submodule status'
|
||||
alias gSs='git submodule sync'
|
||||
alias gSu='git submodule update'
|
||||
alias gSU='git submodule update --init --recursive'
|
||||
alias gSu='git submodule update --init --recursive'
|
||||
alias gSU='git submodule foreach git pull origin master'
|
||||
|
||||
# Working Copy (w)
|
||||
alias gws='git status --short'
|
||||
|
Loading…
Reference in New Issue
Block a user