The following alias, lol creates a clean, reable graph of the commits using the git log
command as the base:
git config --global alias.lol 'log --oneline --graph --decorate --all'
The following alias, lol creates a clean, reable graph of the commits using the git log
command as the base:
git config --global alias.lol 'log --oneline --graph --decorate --all'