Skip to content

Instantly share code, notes, and snippets.

@pourmand1376
Created November 28, 2022 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pourmand1376/0d85d716f13292f982479cb20e48b987 to your computer and use it in GitHub Desktop.
Save pourmand1376/0d85d716f13292f982479cb20e48b987 to your computer and use it in GitHub Desktop.
These two lines of code fix whenever there is a mismatch between ubuntu and windows git status
git config core.autocrlf true
git config core.filemode false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment