Last active
March 10, 2017 22:10
-
-
Save Muspi/7216939ffcb2c3ffc7555e7f5999d4bd to your computer and use it in GitHub Desktop.
Resolve problem to share same git repo folder between windows and linux
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
#.git/config | |
[core] | |
repositoryformatversion = 0 | |
filemode = false | |
bare = false | |
logallrefupdates = true | |
autocrlf = false | |
eol = lf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment