mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 03:29:26 +00:00
Add Git submodule moving and removing
This commit is contained in:
@ -136,9 +136,11 @@ alias gSa='git submodule add'
|
||||
alias gSf='git submodule foreach'
|
||||
alias gSi='git submodule init'
|
||||
alias gSl='git submodule status'
|
||||
alias gSm='git-submodule-move'
|
||||
alias gSs='git submodule sync'
|
||||
alias gSu='git submodule update --init --recursive'
|
||||
alias gSU='git submodule foreach git pull origin master'
|
||||
alias gSx='git-submodule-remove'
|
||||
|
||||
# Working Copy (w)
|
||||
alias gws='git status --short'
|
||||
|
Reference in New Issue
Block a user