RELATED TAGS git, line endings, automatic, change settings
QUESTIONS
How can I turn off git's automatic line ending changes?
Can I use git without my custom line endings?
Is there a way to remove the messages about line endings?
LINKS Open CMD
Open your CMD/terminal. The path does not matter.
Set Global Setting
This tells git that it should not change your line endings
gitconfig--global core.autocrlffalse APP | VERSION Linux/Ubuntu
RELATED TAGS git, line endings, automatic, change settings
QUESTIONS
How can I turn off git's automatic line ending changes?
Can I use git without my custom line endings?
Is there a way to remove the messages about line endings?