Install Git

Procedure

  1. 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.
  2. Enter the following command:
    git config --global core.autocrlf true