mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
What about using autostash ?
This is quite a nice feature from git. I'm not sure if it's better adding it to gup / gupv, or if it should be added to a new alias :)
This commit is contained in:
parent
cafa657469
commit
f7b2228a04
1 changed files with 2 additions and 2 deletions
|
|
@ -240,8 +240,8 @@ 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'
|
||||
alias gupv='git pull --rebase -v'
|
||||
alias gup='git pull --rebase --autostash'
|
||||
alias gupv='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