Bored with just black and white in your git status? Add some colour!
Open up your global Git configuration file (it should be found in ~/.gitconfig
) and enter this into it:
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green