Commit 9509fd6a authored by Tieme van Veen's avatar Tieme van Veen Committed by Robby Russell
Browse files

Add git reset to origin alias to git plugin (#7630)

parent 275e5b13
......@@ -220,6 +220,7 @@ alias grbm='git rebase master'
alias grbs='git rebase --skip'
alias grh='git reset'
alias grhh='git reset --hard'
alias groh='git reset origin/$(git_current_branch) --hard'
alias grm='git rm'
alias grmc='git rm --cached'
alias grmv='git remote rename'
......
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