0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

git: add the git show alias gsh (#5591)

This commit is contained in:
Joel Wallis Jucá 2018-08-23 17:04:42 -03:00 committed by Marc Cornellà
parent 2bb10441da
commit 652356b9b9

View file

@ -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'