Skip to content

Instantly share code, notes, and snippets.

@bpo
Created July 29, 2010 22:30
Show Gist options
  • Save bpo/499422 to your computer and use it in GitHub Desktop.
Save bpo/499422 to your computer and use it in GitHub Desktop.
# This is a sample git configuration file for using git with TextMate.
#
# Simply save the contents of this file in a file called .gitconfig
# in your HOME directory.
#
# Be sure to change your name, email, and github username.
# Everything else can remain the same.
#
[user]
name = Brian P O'Rourke
email = bpo@somnambulance.net
[color]
ui = auto
[color "branch"]
current = green
local = cyan
remote = yellow
[color "diff"]
meta = yellow
frag = magenta
old = red
new = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[github]
user = bpo
[core]
editor = mate -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment