mirror of https://github.com/ohmyzsh/ohmyzsh.git
git: add missing grev alias to README (#7984)
parent
b259cdf7e7
commit
6cb98eda15
|
@ -123,6 +123,7 @@ plugins=(... git)
|
||||||
| grbi | git rebase -i |
|
| grbi | git rebase -i |
|
||||||
| grbm | git rebase master |
|
| grbm | git rebase master |
|
||||||
| grbs | git rebase --skip |
|
| grbs | git rebase --skip |
|
||||||
|
| grev | git revert |
|
||||||
| grh | git reset |
|
| grh | git reset |
|
||||||
| grhh | git reset --hard |
|
| grhh | git reset --hard |
|
||||||
| groh | git reset origin/$(git_current_branch) --hard |
|
| groh | git reset origin/$(git_current_branch) --hard |
|
||||||
|
|
Loading…
Reference in New Issue