Last active
August 23, 2019 07:00
-
-
Save Ingwersaft/bc1b8e83c41cbb9f19ce77304c448b90 to your computer and use it in GitHub Desktop.
Use Linux Git checkout on windows (copied via stick) with minimal pain
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.autocrlf false && \ | |
| git config core.eol lf && \ | |
| git config core.fileMode false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment