jhillyerd / plugin-git

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)
MIT License
607 stars 85 forks source link

Add gup variants #65

Closed dar5hak closed 3 years ago

dar5hak commented 3 years ago

I added the following three gup variants:

Abbreviation Command
gupv git pull --rebase -v
gupa git pull --rebase --autostash
gupav git pull --rebase --autostash -v

Inspired by ohmyzsh:

https://github.com/ohmyzsh/ohmyzsh/blob/190325049ef93731ab28295dbedf36d44ab33d7a/plugins/git/git.plugin.zsh#L298-L300

jhillyerd commented 3 years ago

Looks good, thank you!