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
d11fb9d4
Commit
d11fb9d4
authored
Apr 12, 2011
by
Robby Russell
Browse files
Removing call to mate.
parents
91e4f3d6
4cd4167c
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
d11fb9d4
...
@@ -6,24 +6,21 @@ compdef _git gst=git-status
...
@@ -6,24 +6,21 @@ compdef _git gst=git-status
alias
gl
=
'git pull'
alias
gl
=
'git pull'
compdef _git
gl
=
git-pull
compdef _git
gl
=
git-pull
alias
gup
=
'git fetch && git rebase'
alias
gup
=
'git fetch && git rebase'
compdef
gup
=
git
compdef
_git
gup
=
git
-fetch
alias
gp
=
'git push'
alias
gp
=
'git push'
compdef _git
gp
=
git-push
compdef _git
gp
=
git-push
alias
gd
=
'git diff | mate'
# WTF is mate??
compdef _git
gd
=
git-diff
gdv
()
{
git diff
-w
"
$@
"
| view -
}
gdv
()
{
git diff
-w
"
$@
"
| view -
}
compdef
gdv
=
git
compdef
_git
gdv
=
git
-diff
alias
gc
=
'git commit -v'
alias
gc
=
'git commit -v'
compdef
gc
=
git
compdef
_git
gc
=
git
-commit
alias
gca
=
'git commit -v -a'
alias
gca
=
'git commit -v -a'
compdef
gca
=
git
compdef
_git
gca
=
git
-commit
alias
gco
=
'git checkout'
alias
gco
=
'git checkout'
compdef _git
gco
=
git-checkout
compdef _git
gco
=
git-checkout
alias
gb
=
'git branch'
alias
gb
=
'git branch'
compdef _git
gb
=
git-branch
compdef _git
gb
=
git-branch
alias
gba
=
'git branch -a'
alias
gba
=
'git branch -a'
compdef
gba
=
git
compdef
_git
gba
=
git
-branch
alias
gcount
=
'git shortlog -sn'
alias
gcount
=
'git shortlog -sn'
compdef
gcount
=
git
compdef
gcount
=
git
alias
gcp
=
'git cherry-pick'
alias
gcp
=
'git cherry-pick'
...
...
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