mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
git plugin: submodule foreach
This commit is contained in:
parent
5464fe3e4a
commit
76672a3bc4
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ alias gstl='git stash list'
|
||||||
alias gstp='git stash pop'
|
alias gstp='git stash pop'
|
||||||
alias gsts='git stash show --text'
|
alias gsts='git stash show --text'
|
||||||
alias gsu='git submodule update'
|
alias gsu='git submodule update'
|
||||||
|
alias gseach='git submodule foreach'
|
||||||
|
|
||||||
alias gts='git tag -s'
|
alias gts='git tag -s'
|
||||||
alias gtv='git tag | sort -V'
|
alias gtv='git tag | sort -V'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue