Created
January 19, 2014 21:48
-
-
Save benjaminparry/8511398 to your computer and use it in GitHub Desktop.
.gitconfig
This file contains hidden or 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 = Your Name | |
email = [email protected] | |
[github] | |
user = yourname | |
token = 70K3n | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
ui = true | |
[help] | |
autocorrect = 1 | |
[core] | |
editor = subl -n -w |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment