My personal project repository to include my preferred bash settings.
Default file contains only .bash_profile
to be used in MacOS X, but can be renamed to .profile
to
be used in Windows MinGW too.
Add alias in gitconfig:
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"