Install Git
Procedure
- Download and install the latest version of Git for your platform.Note: For Windows 10 users, many of the examples for this guide were created in a Unix-flavored environment. You may want Git to auto-convert LFs to CLRFs. See Customizing Git, Formatting and Whitespace for more information.
- Enter the following command:
git config --global core.autocrlf true