Commit 6cb98eda authored by Adriaan Knapen's avatar Adriaan Knapen Committed by Marc Cornellà
Browse files

git: add missing grev alias to README (#7984)

parent b259cdf7
...@@ -123,6 +123,7 @@ plugins=(... git) ...@@ -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 |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment