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
5fa4d9d7
Commit
5fa4d9d7
authored
May 31, 2016
by
wangzengdi
Browse files
add alias gh=git help
parent
483f1208
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
5fa4d9d7
...
...
@@ -137,6 +137,8 @@ compdef _git ggu=git-checkout
alias
ggpur
=
'ggu'
compdef _git
ggpur
=
git-checkout
alias
gh
=
'git help'
alias
gignore
=
'git update-index --assume-unchanged'
alias
gignored
=
'git ls-files -v | grep "^[[:lower:]]"'
alias
git-svn-dcommit-push
=
'git svn dcommit && git push github master:svntrunk'
...
...
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