Commit f992d434 authored by SomeDer's avatar SomeDer Committed by Robby Russell
Browse files

git: add git revert alias (#7841)

* git: add `alias grev="git revert"`

* Swapping double for single quotes

Matching the conventions in the plugin
parent 9060c1dd
...@@ -199,6 +199,7 @@ alias grbd='git rebase develop' ...@@ -199,6 +199,7 @@ alias grbd='git rebase develop'
alias grbi='git rebase -i' alias grbi='git rebase -i'
alias grbm='git rebase master' alias grbm='git rebase master'
alias grbs='git rebase --skip' alias grbs='git rebase --skip'
alias grev='git revert'
alias grh='git reset' alias grh='git reset'
alias grhh='git reset --hard' alias grhh='git reset --hard'
alias groh='git reset origin/$(git_current_branch) --hard' alias 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