Skip to content

Instantly share code, notes, and snippets.

View lorthirk's full-sized avatar

Claudio Mezzasalma lorthirk

View GitHub Profile
@lorthirk
lorthirk / git-colors.md
Created August 29, 2017 09:21 — forked from michaelminter/git-colors.md
Colors in git

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