Created
June 8, 2015 12:16
-
-
Save mathieujobin/dc8c0007f7f52a2e9fe0 to your computer and use it in GitHub Desktop.
my ~/.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] | |
email = [email protected] | |
name = First Last | |
[push] | |
default = simple | |
[core] | |
excludesfile = /home/foo/.gitignore_global | |
[help] | |
autocorrect = 5 | |
[gui] | |
fontui = -family Oxygen-Sans -size 14 -weight normal -slant roman -underline 0 -overstrike 0 | |
fontdiff = -family Oxygen-Sans -size 16 -weight normal -slant roman -underline 0 -overstrike 0 | |
encoding = utf-8 | |
tabsize = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment