Thanks, Karl. You just saved me from `git log -10` and open my god damn eyes as big as I can to scan the god damn commits hash in the most hardcore way.
@CognitiveSurge2 жыл бұрын
Haha, glad I could help!
@jhonathancavalcante33992 жыл бұрын
Hey, did you ever try using git log --oneline? It's my go to
@CognitiveSurge2 жыл бұрын
I actually haven't, but that's quite handy too!
@juliannicholls2 жыл бұрын
I have a similar display set as a git alias called hist. my .gitconfig file contains this [alias] hist = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all