Skip to content
Snippets Groups Projects
Commit b403cc7f authored by Brandon Heller's avatar Brandon Heller Committed by Bob Lantz
Browse files

Colorize git output by default in VM

parent 3b1174ef
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment