List the settings before using Git for the first time.
What are the different levels for applying the settings in Git?
System - all users
Global - all repositories of current users
Local - current repository
What is the Line Ending issue for using Git?
Windows - \r\n
Linux/MacOS - \n
Sharing code can cause compatibility issues because of different line ending for different OS
How to fix the Line Ending issue in Git?
Do core.autocrlf setting