Skip to content

Instantly share code, notes, and snippets.

View LeeFlannery's full-sized avatar
🥸

Lee Flannery LeeFlannery

🥸
View GitHub Profile
@LeeFlannery
LeeFlannery / .gitconfig
Last active August 29, 2015 14:06
My Mac .gitconfig.
[user]
name = Lee Flannery
email = lee.flannery@example.com
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow