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
8edf4173
Commit
8edf4173
authored
Dec 20, 2010
by
Hakan Ensari
Browse files
Aliased git checkout as `gco`
parent
4fadc302
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
8edf4173
...
@@ -8,6 +8,7 @@ alias gd='git diff | mate'
...
@@ -8,6 +8,7 @@ alias gd='git diff | mate'
alias
gdv
=
'git diff -w "$@" | vim -R -'
alias
gdv
=
'git diff -w "$@" | vim -R -'
alias
gc
=
'git commit -v'
alias
gc
=
'git commit -v'
alias
gca
=
'git commit -v -a'
alias
gca
=
'git commit -v -a'
alias
gco
=
'git checkout'
alias
gb
=
'git branch'
alias
gb
=
'git branch'
alias
gba
=
'git branch -a'
alias
gba
=
'git branch -a'
alias
gcount
=
'git shortlog -sn'
alias
gcount
=
'git shortlog -sn'
...
...
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