Skip to content

Instantly share code, notes, and snippets.

@Ingwersaft
Last active August 23, 2019 07:00
Show Gist options
  • Select an option

  • Save Ingwersaft/bc1b8e83c41cbb9f19ce77304c448b90 to your computer and use it in GitHub Desktop.

Select an option

Save Ingwersaft/bc1b8e83c41cbb9f19ce77304c448b90 to your computer and use it in GitHub Desktop.
Use Linux Git checkout on windows (copied via stick) with minimal pain
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