mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
git: add the git show alias gsh (#5591)
This commit is contained in:
committed by
Marc Cornellà
parent
2bb10441da
commit
652356b9b9
@@ -226,6 +226,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 gsh='git show'
|
||||||
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user