Skip to content

Instantly share code, notes, and snippets.

@roobie
Created December 1, 2015 12:47
Show Gist options
  • Select an option

  • Save roobie/31a5443b9f13cf8f5508 to your computer and use it in GitHub Desktop.

Select an option

Save roobie/31a5443b9f13cf8f5508 to your computer and use it in GitHub Desktop.
global gitconfig for windows example
[user]
name = Björn Roberg
email = [email protected]
[core]
autocrlf = true
excludesfile = C:\\Users\\Bjorn\\Documents\\gitignore_global.txt
editor = 'C:/Program Files (x86)/Vim/vim74/gvim.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment