By default, CentOS 6 doesn’t colorize its git output. As part of the developerSuite.sh configuration, I followed this stackoverflow post and created a .gitconfig file at /home/vagrant with the following:
[color] ui = true
By default, CentOS 6 doesn’t colorize its git output. As part of the developerSuite.sh configuration, I followed this stackoverflow post and created a .gitconfig file at /home/vagrant with the following:
[color] ui = true