alias t to "git tag"

This commit is contained in:
Sami Samhuri 2016-08-22 07:59:11 -07:00
parent 302bf7cc6e
commit fc9ccd7a96

1
zshrc
View file

@ -242,6 +242,7 @@ if command_exists git; then
alias st='git stash'
alias stl='git stash list'
alias stp='git stash pop'
alias t='git tag'
function gl() {
git log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'