TIL - Episode 4. Configuring GIT timeline views.
Ever wonder how you can easily check out your git timeline locally, without having to use a GUI or have to go to Github? Yeah, there is an easy way.
You can configure your global config to this:
[format]
pretty = %ad %Cred%h%Creset %C(yellow)%d%C...
alvincrespo.hashnode.dev2 min read