I am not completely sure if this issue has to do with Git or Unity's MonoDevelop text editor. For some reason, when I try to add my unity project files to the git repository it gives me an error saying: "warning: LF will be replaced by CRLF in .... The file will have its original line endings in your working directory."
I have looked at guides about this problem and have tried 'git config core.safecrlf false' yet I still get the problem.
The reason I am not sure if it is monodevelop or git causing the issue is because sometimes when I save my files it brings up a warning asking me to convert the line endings(ive never seen this before)
If anyone knows about this or can help me out that would be so helpful as I do not know where to look and this has really been bugging me.
Thanks