Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
d11fb9d4
Commit
d11fb9d4
authored
Apr 12, 2011
by
Robby Russell
Browse files
Options
Browse Files
Download
Plain Diff
Removing call to mate.
parents
91e4f3d6
4cd4167c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
git.plugin.zsh
plugins/git/git.plugin.zsh
+5
-8
No files found.
plugins/git/git.plugin.zsh
View file @
d11fb9d4
...
...
@@ -6,24 +6,21 @@ compdef _git gst=git-status
alias
gl
=
'git pull'
compdef _git
gl
=
git-pull
alias
gup
=
'git fetch && git rebase'
compdef
gup
=
git
compdef
_git
gup
=
git-fetch
alias
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 -
}
compdef
gdv
=
git
compdef
_git
gdv
=
git-diff
alias
gc
=
'git commit -v'
compdef
gc
=
g
it
compdef
_git
gc
=
git-comm
it
alias
gca
=
'git commit -v -a'
compdef
gca
=
g
it
compdef
_git
gca
=
git-comm
it
alias
gco
=
'git checkout'
compdef _git
gco
=
git-checkout
alias
gb
=
'git branch'
compdef _git
gb
=
git-branch
alias
gba
=
'git branch -a'
compdef
gba
=
git
compdef
_git
gba
=
git-branch
alias
gcount
=
'git shortlog -sn'
compdef
gcount
=
git
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