mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge bf5d22f541 into 291e96dcd0
This commit is contained in:
commit
a13f49492c
3 changed files with 63 additions and 11 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue