1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 06:59:25 +00:00

Add Git submodule moving and removing

This commit is contained in:
Sorin Ionescu
2012-09-24 18:45:36 -04:00
parent 9785454938
commit deeb115ae2
3 changed files with 59 additions and 0 deletions

View File

@ -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'