This commit is contained in:
Churchill Lee 2017-05-10 06:13:51 +00:00 committed by GitHub
commit 7b0030b71c

View file

@ -229,7 +229,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'