Created
December 1, 2015 12:47
-
-
Save roobie/31a5443b9f13cf8f5508 to your computer and use it in GitHub Desktop.
global gitconfig for windows example
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 = 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