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
11b48e1e
Commit
11b48e1e
authored
May 18, 2016
by
Robby Russell
Browse files
Merge pull request #5100 from emzar/yet-another-git-tree
Git alias
parents
621eb211
d2712d31
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
11b48e1e
...
...
@@ -157,6 +157,7 @@ alias glo='git log --oneline --decorate'
alias
glol
=
"git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
alias
glola
=
"git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all"
alias
glog
=
'git log --oneline --decorate --graph'
alias
gloga
=
'git log --oneline --decorate --graph --all'
alias
glp
=
"_git_log_prettily"
compdef _git
glp
=
git-log
...
...
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