mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +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 gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'
|
||||
alias gup='git pull --rebase --autostash'
|
||||
alias gupv='git pull --rebase --autostash -v'
|
||||
alias gup='git pull --rebase'
|
||||
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 gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue