is `git log` alias `git log` better implemented by @ohmyzsh than @gggritso?
LucasLarson opened this issue · 1 comments
LucasLarson commented
dotfiles/.oh-my-zsh/custom/aliases.zsh
Lines 72 to 74 in 100a132
would @ohmyzsh’s
git log --oneline --decorate --graph
¹
serve better than @gggritso’s
git log --graph --branches --remotes --tags --format=format:'%Cgreen%h %Creset• %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order"
²
LucasLarson commented
Broader issue than 𝑥 versus 𝑦. Closing.