Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
9509fd6a
Commit
9509fd6a
authored
Mar 10, 2019
by
Tieme van Veen
Committed by
Robby Russell
Mar 10, 2019
Browse files
Add git reset to origin alias to git plugin (#7630)
parent
275e5b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
9509fd6a
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment