Created
June 7, 2019 08:00
-
-
Save thesubhendu/7e73cdcb26222b225bf7b679dfd5ffd8 to your computer and use it in GitHub Desktop.
git detect changes after clone on ubuntu linux fix
This file contains 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
//This worked:-- | |
git config core.filemode false | |
//did not work | |
git config core.autocrlf input |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment