Skip to content

Instantly share code, notes, and snippets.

@seebq
Created August 2, 2011 19:56
Show Gist options
  • Save seebq/1121060 to your computer and use it in GitHub Desktop.
Save seebq/1121060 to your computer and use it in GitHub Desktop.
[color]
branch = auto
status = auto
diff = auto
[alias]
st = status
ci = commit
co = checkout
br = branch
tp = !rake test && git push
ptp = !git pull && rake db:migrate default && git push
[core]
excludefile = /Users/xxx/.gitignore
excludesfile = /Users/xxx/.gitignore
[user]
email = xxx@xxx.com
name = xxxx xxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment