This commit is contained in:
Ondřej Moravčík 2018-04-17 20:56:55 +00:00 committed by GitHub
commit c04980d2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash show --text'
alias gsu='git submodule update'
alias gseach='git submodule foreach'
alias gts='git tag -s'
alias gtv='git tag | sort -V'