alias t to "git tag"
This commit is contained in:
parent
302bf7cc6e
commit
fc9ccd7a96
1 changed files with 1 additions and 0 deletions
1
zshrc
1
zshrc
|
|
@ -242,6 +242,7 @@ if command_exists git; then
|
||||||
alias st='git stash'
|
alias st='git stash'
|
||||||
alias stl='git stash list'
|
alias stl='git stash list'
|
||||||
alias stp='git stash pop'
|
alias stp='git stash pop'
|
||||||
|
alias t='git tag'
|
||||||
|
|
||||||
function gl() {
|
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)'
|
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)'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue