Last Updated: February 25, 2016
·
367
· waldyr

Git log improvement

Improve the git log output with this alias. After that just call git lol and see the magic!

git config --global --add alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit --all"