mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Add alias to into git plugin
This commit is contained in:
parent
e44aa50301
commit
7ad470464d
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ alias grv='git remote -v'
|
||||||
|
|
||||||
alias gsb='git status -sb'
|
alias gsb='git status -sb'
|
||||||
alias gsd='git svn dcommit'
|
alias gsd='git svn dcommit'
|
||||||
|
alias gsf='git submodule foreach'
|
||||||
alias gsi='git submodule init'
|
alias gsi='git submodule init'
|
||||||
alias gsps='git show --pretty=short --show-signature'
|
alias gsps='git show --pretty=short --show-signature'
|
||||||
alias gsr='git svn rebase'
|
alias gsr='git svn rebase'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue