Skip to content

Instantly share code, notes, and snippets.

@artburkart
Last active March 1, 2016 00:33
Show Gist options
  • Save artburkart/e2140ec78d757ec85e19 to your computer and use it in GitHub Desktop.
Save artburkart/e2140ec78d757ec85e19 to your computer and use it in GitHub Desktop.
gitconfig
[user]
email = [email protected]
name = Arthur Burkart
[core]
editor = vim
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green
changed = yellow
untracked = red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment