Skip to content

Instantly share code, notes, and snippets.

@mathieujobin
Created June 8, 2015 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathieujobin/dc8c0007f7f52a2e9fe0 to your computer and use it in GitHub Desktop.
Save mathieujobin/dc8c0007f7f52a2e9fe0 to your computer and use it in GitHub Desktop.
my ~/.gitconfig
[user]
email = foo@bar.tv
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