mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add "gti" alias for git
This commit is contained in:
parent
1a5b4db365
commit
e821c33a4f
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ alias gstp='git stash pop'
|
|||
alias gsts='git stash show --text'
|
||||
alias gsu='git submodule update'
|
||||
|
||||
alias gti='git'
|
||||
alias gts='git tag -s'
|
||||
alias gtv='git tag | sort -V'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue