mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-31 06:04:45 +02:00
Add gupa and gupav to git aliases
This commit is contained in:
parent
f7b2228a04
commit
06c9e774e2
1 changed files with 4 additions and 2 deletions
|
|
@ -240,8 +240,10 @@ 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'
|
||||||
alias gup='git pull --rebase --autostash'
|
alias gup='git pull --rebase'
|
||||||
alias gupv='git pull --rebase --autostash -v'
|
alias gupv='git pull --rebase -v'
|
||||||
|
alias gupa='git pull --rebase --autostash'
|
||||||
|
alias gupav='git pull --rebase --autostash -v'
|
||||||
alias glum='git pull upstream master'
|
alias glum='git pull upstream master'
|
||||||
|
|
||||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue