Colorize git output by default in VM

This commit is contained in:
Brandon Heller
2010-03-09 22:16:30 -08:00
parent 188964c911
commit f7f2f977d5
+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