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
95371afd
Commit
95371afd
authored
Aug 15, 2016
by
Dzianis Dashkevich
Committed by
Robby Russell
Aug 14, 2016
Browse files
Add gcpa and gcpc aliases to git plugin (#5271)
parent
5d6c3501
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
95371afd
...
...
@@ -75,6 +75,8 @@ alias gco='git checkout'
alias
gcount
=
'git shortlog -sn'
compdef
gcount
=
git
alias
gcp
=
'git cherry-pick'
alias
gcpa
=
'git cherry-pick --abort'
alias
gcpc
=
'git cherry-pick --continue'
alias
gcs
=
'git commit -S'
alias
gd
=
'git diff'
...
...
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