Skip to content
Snippets Groups Projects
Commit f7f2f977 authored by Brandon Heller's avatar Brandon Heller
Browse files

Colorize git output by default in VM

parent 188964c9
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