Created
August 2, 2011 19:56
-
-
Save seebq/1121060 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 = [email protected] | |
name = xxxx xxxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment