mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 09:58:47 -07:00
git: add the git show
alias gsh
(#5591)
This commit is contained in:
parent
2bb10441da
commit
652356b9b9
@ -226,6 +226,7 @@ alias grv='git remote -v'
|
||||
|
||||
alias gsb='git status -sb'
|
||||
alias gsd='git svn dcommit'
|
||||
alias gsh='git show'
|
||||
alias gsi='git submodule init'
|
||||
alias gsps='git show --pretty=short --show-signature'
|
||||
alias gsr='git svn rebase'
|
||||
|
Loading…
Reference in New Issue
Block a user