Colorize git output by default in VM

This commit is contained in:
Brandon Heller
2010-03-12 16:13:08 -08:00
committed by Bob Lantz
parent 3b1174eff6
commit b403cc7f96
+5
View File
@@ -5,3 +5,8 @@
#Install tcpdump and tshark, cmd-line packet dump tools. Also install gitk,
#a graphical git history viewer.
sudo apt-get install -y tcpdump tshark gitk
#Set git to colorize everything.
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto