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
Ohmyzsh
Commits
33ef34ba
Commit
33ef34ba
authored
Jan 07, 2014
by
Mitchel Humpherys
Browse files
Fix gmt compdef
Fix typo: gm -> gmt
parent
eafd5f32
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
33ef34ba
...
...
@@ -82,7 +82,7 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
alias
gpoat
=
'git push origin --all && git push origin --tags'
alias
gmt
=
'git mergetool --no-prompt'
compdef _git
gm
=
git-mergetool
compdef _git
gm
t
=
git-mergetool
alias
gg
=
'git gui citool'
alias
gga
=
'git gui citool --amend'
...
...
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