See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
git config --global alias.hist "log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) |
%C(bold red)%s %C(white)[%an]%C(reset) %C(blue)%d%C(reset)' --graph --date=short"
Code to add a new command in git config to format the git log and display a cleaner history sorted by date, will be displayed as follows: