mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
git: add pull rebase --autostash aliases (#6791)
This commit is contained in:
parent
1487a2ad84
commit
3d2542f41b
1 changed files with 2 additions and 0 deletions
|
@ -248,6 +248,8 @@ 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'
|
||||
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…
Reference in a new issue