Last active
August 30, 2015 06:45
-
-
Save chebyte/104002 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
[user] | |
name = Mauro Torres | |
email = [email protected] | |
[alias] | |
ci = commit -a | |
co = checkout | |
st = status | |
praise = blame | |
up = pull --rebase origin | |
[apply] | |
whitespace = strip | |
[diff] | |
color = auto | |
rename = copy | |
[pager] | |
color = true | |
[status] | |
color = auto | |
[core] | |
excludesfile = /home/rails/.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment