Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created November 25, 2008 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusramberg/28877 to your computer and use it in GitHub Desktop.
Save marcusramberg/28877 to your computer and use it in GitHub Desktop.
[gui]
recentrepo = /Users/marcus/Source/git/nordaaker
[user]
email = marcus@nordaaker.com
[github]
user = marcusramberg
token = 28cca00540c7bb5140307262309f1ae9
[core]
editor = mate -w
[alias]
co = checkout
st = status
ci = commit
br = branch
df = diff
lg = log -p
[color]
branch = auto
diff = auto
status = auto
[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 = yellow
changed = green
untracked = cyan
[color]
ui = true
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment