Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
2642f0a8
Commit
2642f0a8
authored
6 years ago
by
Chuan Jin
Committed by
Robby Russell
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add git log with date (#6789)
parent
ee96d0cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/git/git.plugin.zsh
+2
-0
plugins/git/git.plugin.zsh
with
2 additions
and
0 deletions
+2
-0
plugins/git/git.plugin.zsh
View file @
2642f0a8
...
...
@@ -181,6 +181,8 @@ alias glgga='git log --graph --decorate --all'
alias
glgm
=
'git log --graph --max-count=10'
alias
glo
=
'git log --oneline --decorate'
alias
glol
=
"git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'"
alias
glod
=
"git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset'"
alias
glods
=
"git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --date=short"
alias
glola
=
"git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all"
alias
glog
=
'git log --oneline --decorate --graph'
alias
gloga
=
'git log --oneline --decorate --graph --all'
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help