Skip to content

Instantly share code, notes, and snippets.

@kolo
Created June 15, 2010 06:58
Show Gist options
  • Save kolo/438784 to your computer and use it in GitHub Desktop.
Save kolo/438784 to your computer and use it in GitHub Desktop.
[user]
name = [NAME]
email = [EMAIL]
[core]
autocrlf = false
excludesfile = [PATH TO GITIGNORE]
[alias]
lg = log --format=\"%C(yellow)%h%Creset %s %C(yellow)%an%Creset (%ar)\" --graph
co = checkout
ci = commit
br = branch
st = status
[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 = green
changed = yellow
untracked = cyan
[github]
user = [USERNAME]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment