git plugin: submodule foreach

This commit is contained in:
Ondřej Moravčík 2016-02-05 15:57:05 +01:00
parent 5464fe3e4a
commit 76672a3bc4

View File

@ -203,6 +203,7 @@ alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash show --text'
alias gsu='git submodule update'
alias gseach='git submodule foreach'
alias gts='git tag -s'
alias gtv='git tag | sort -V'