Skip to content

Commit

Permalink
Update git log alias
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed May 9, 2024
1 parent 77f914d commit ed9fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
cl = clone
co = checkout
cm = commit -S
ll = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
ll = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ch) %C(bold blue)<%an>%Creset'
ss = status -sb
[sendemail]
confirm = always
Expand Down

0 comments on commit ed9fb51

Please sign in to comment.