DEVICE=%SystemRoot%\system32\ANSI.SYS
 
-That is it.  After you're done reboot and tell git to use colors, it will highlight important information for you.
+That is it.  After you're done reboot and tell git to use colors, it will highlight important information for you.  To enable this for all "colorable" git commands, issue the following:
+
+  git config --global color.branch "always"
 
 {section: Trouble Shooting}