terminal
git
My Custom Bash Scripts
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 falseterminal
git
My Custom Bash Scripts
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