Skip to content

Instantly share code, notes, and snippets.

@jnovinger
Created August 31, 2012 17:19
Show Gist options
  • Save jnovinger/3556068 to your computer and use it in GitHub Desktop.
Save jnovinger/3556068 to your computer and use it in GitHub Desktop.
[user]
name = Jason Novinger
email = jnovinger@gmail.com
[core]
editor = gvim
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
fileMode = false
[merge]
tool = meld
[diff]
tool = meld
[alias]
# diffall = !sh /Users/ecogswell/diffall.sh
graph = log --all --graph --decorate
last = cat-file commit HEAD
co = checkout
ci = commit
st = status
h = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[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
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[github]
user = jnovinger
token = hahahathoughtyouhadmetheredidntyou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment