mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-10 01:10:41 +01:00
feat(plugins): add gpr alias for /git pull -rebase/ which is easier to remember (#9964)
This commit is contained in:
@@ -116,6 +116,7 @@ plugins=(... git)
|
||||
| gpf | git push --force-with-lease |
|
||||
| gpf! | git push --force |
|
||||
| gpoat | git push origin --all && git push origin --tags |
|
||||
| gpr | git pull --rebase |
|
||||
| gpu | git push upstream |
|
||||
| gpv | git push -v |
|
||||
| gr | git remote |
|
||||
|
||||
Reference in New Issue
Block a user