feat(git): added alias gshs='git show --stat'

This commit is contained in:
Rik 2025-08-06 16:39:25 +02:00
commit 647f249bad
2 changed files with 2 additions and 0 deletions

View file

@ -370,6 +370,7 @@ alias grm='git rm'
alias grmc='git rm --cached'
alias gcount='git shortlog --summary --numbered'
alias gsh='git show'
alias gshs='git show --stat'
alias gsps='git show --pretty=short --show-signature'
alias gstall='git stash --all'
alias gstaa='git stash apply'