Good Git!

Most used (but yet unremembered) git commands

TLDR;

1
2
3
gl #git log --oneline --decorate --graph --all
gll #git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all
tig #A commandline git history viewer
Read more