1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-31 07:10:07 +08:00

git: add missing grev alias to README ()

This commit is contained in:
Adriaan Knapen 2019-07-11 21:42:28 +03:00 committed by Marc Cornellà
parent b259cdf7e7
commit 6cb98eda15

View File

@ -123,6 +123,7 @@ plugins=(... git)
| grbi | git rebase -i |
| grbm | git rebase master |
| grbs | git rebase --skip |
| grev | git revert |
| grh | git reset |
| grhh | git reset --hard |
| groh | git reset origin/$(git_current_branch) --hard |