This commit is contained in:
Aaron Goshine 2017-05-04 21:23:06 +00:00 committed by GitHub
commit a13f49492c
3 changed files with 63 additions and 11 deletions

View file

@ -227,10 +227,7 @@ alias gstl='git stash list'
alias gstp='git stash pop'
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'
alias gup='git pull --rebase'