Skip to content

Instantly share code, notes, and snippets.

@ecoologic
Created April 24, 2013 23:20
Show Gist options
  • Save ecoologic/5456416 to your computer and use it in GitHub Desktop.
Save ecoologic/5456416 to your computer and use it in GitHub Desktop.
[user]
name = erik
email = erikecoologic@gmail.com
[color]
ui = auto
[core]
whitespace = trailing-space,space-before-tab
editor = vim
excludesfile = /Users/netengine/.gitignore_global
[diff]
renames = copies
mnemonicprefix = true
[branch]
autosetupmerge = true
autosetuprebase = always
[push]
default = tracking
[rerere]
enabled = true
[merge]
stat = true
[alias]
co = checkout
cm = "commit -m"
ca = "commit --amend"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment