Skip to content

Instantly share code, notes, and snippets.

@ey-pairing
Created August 1, 2012 01:32
Show Gist options
  • Select an option

  • Save ey-pairing/3222462 to your computer and use it in GitHub Desktop.

Select an option

Save ey-pairing/3222462 to your computer and use it in GitHub Desktop.
[color]
diff = auto
status = auto
branch = auto
[alias]
st = status
ci = commit
co = checkout
br = branch
ls = branch
s = status
a = add
b = branch
d = diff
dc = diff --cached
info = "!source ~/.githelpers && pretty_git_log"
l = !git info -30
la = !git info -all
lp = log --decorate --oneline --graph -p
[core]
editor = /usr/bin/vim
excludesfile = ~/.gitignore
whitespace = trailing-space,space-before-tab
[apply]
whitespace = fix
[url "[email protected]:engineyard/"]
insteadOf = ey:
[push]
default = current
[branch]
autosetuprebase = always
[github]
user = [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment