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