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
9a0196db
Commit
9a0196db
authored
Aug 10, 2014
by
lundberg
Browse files
New alias for git plugin: gbr == git branch --remote
parent
1b7a3ea9
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
9a0196db
...
@@ -51,6 +51,7 @@ alias gb='git branch'
...
@@ -51,6 +51,7 @@ 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 _git
gba
=
git-branch
compdef _git
gba
=
git-branch
alias
gbr
=
'git branch --remote'
alias
gcount
=
'git shortlog -sn'
alias
gcount
=
'git shortlog -sn'
compdef
gcount
=
git
compdef
gcount
=
git
alias
gcl
=
'git config --list'
alias
gcl
=
'git config --list'
...
...
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