Skip to content

Instantly share code, notes, and snippets.

@zhd4n
Last active October 23, 2019 12:37
Show Gist options
  • Select an option

  • Save zhd4n/dc6a27f53bcf9c81d6e874e0bd3675f8 to your computer and use it in GitHub Desktop.

Select an option

Save zhd4n/dc6a27f53bcf9c81d6e874e0bd3675f8 to your computer and use it in GitHub Desktop.
Windows GIT line endings fix
git config --global core.autocrlf input
git config --global core.eol lf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment