Skip to content

Instantly share code, notes, and snippets.

@rikukissa
Created July 25, 2013 22:28
Show Gist options
  • Save rikukissa/6084351 to your computer and use it in GitHub Desktop.
Save rikukissa/6084351 to your computer and use it in GitHub Desktop.
core]
quotepath = false
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[color]
ui = true
[color "branch"]
current = yellow black
local = yellow
remote = magenta
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red reverse
new = green reverse
whitespace = white reverse
[color "status"]
added = green
changed = yellow
untracked = cyan reverse
branch = magenta
[alias]
st = status
co = checkout
br = branch
ci = commit
gr = log --graph
pom = push origin master
[user]
name = Riku Rouvila
email = riku.rouvila@gmail.com
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment