How to Colorize the Git Output within your Shell

Git provides various global configuration options for colorizing the output.[1]
In order to enable these options, run the following commands. This will, in turn update your ~/.gitconfig file.

git config --global color.ui always
git config --global color.branch always
git config --global color.diff always
git config --global color.interactive always
git config --global color.status always
git config --global color.grep always
git config --global color.pager true
git config --global color.decorate always
git config --global color.showbranch always

References

[1] https://git-scm.com/docs/git-config  

 

Rick Donato

Want to become a Linux expert?

Here is our hand-picked selection of the best courses you can find online:
Linux Mastery course
Linux Administration Bootcamp
and our recommended certification practice exams:
AlphaPrep Practice Tests - Free Trial