Skip to content

Instantly share code, notes, and snippets.

View Markitox's full-sized avatar

Marco Antonio Muñiz Ochoa Markitox

View GitHub Profile
@michaelklishin
michaelklishin / .gitconfig
Created May 30, 2011 14:03
Relevant & sharable bits from my ~/.gitconfig
[color]
ui = always
branch = auto
diff = auto
interactive = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green