Created
February 13, 2020 19:02
-
-
Save smakhtin/71a079b60959d7da64fe983d393c4e6b to your computer and use it in GitHub Desktop.
VS Code WSL Git Sync
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
# Type this in WSL terminal | |
git config --global core.filemode false | |
git config --global core.autocrlf true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment