mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Updates git tag sorting alias
This commit is contained in:
parent
83cf8dc16f
commit
92413dd117
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ alias gsts='git stash show --text'
|
|||
alias gsu='git submodule update'
|
||||
|
||||
alias gts='git tag -s'
|
||||
alias gtv='git tag | sort -V'
|
||||
alias gtv='git tag -l --sort version:refname'
|
||||
|
||||
alias gunignore='git update-index --no-assume-unchanged'
|
||||
alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue