1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 18:30:40 +01:00

Merge pull request #4480 from volcov/master

add alias to sort by version
This commit is contained in:
Robby Russell
2015-10-10 07:11:39 -07:00

View File

@@ -212,6 +212,7 @@ alias gsts='git stash show --text'
alias gsu='git submodule update'
alias gts='git tag -s'
alias gtv='git tag | sort -V'
alias gunignore='git update-index --no-assume-unchanged'
alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'