This commit is contained in:
Josh Howe 2015-05-01 15:53:14 +00:00
commit faedab908a

View file

@ -82,6 +82,8 @@ alias grh='git reset HEAD'
alias grhh='git reset HEAD --hard'
alias gclean='git reset --hard && git clean -dfx'
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
gds() { git diff --stat --color "$@" | cat }
compdef _git gds=git-diff
# Sign and verify commits with GPG
alias gcs='git commit -S'