Add alias for print latest tag name

This commit is contained in:
Michael SALIHI 2015-09-24 02:22:50 +02:00
parent 76a26a2a59
commit 8e74f7c1aa

View File

@ -84,6 +84,7 @@ alias gcs='git commit -S'
alias gd='git diff'
alias gdca='git diff --cached'
alias gdct='git describe --tags `git rev-list --tags --max-count=1`'
alias gdt='git diff-tree --no-commit-id --name-only -r'
gdv() { git diff -w "$@" | view - }
compdef _git gdv=git-diff