Git settings

From KlayGE
Revision as of 21:06, 24 March 2015 by Gongminmin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install git. On Windows, I prefer [Git for windows https://msysgit.github.io/] combine with [TortoiseGit https://code.google.com/p/tortoisegit].

More recommendation settings when installing Git for windows:

  1. On the "select components" step, disable "Windows Explorer Integration". Just let TortoiseGit to do the integration job.
  2. When given the option to enable Git on the command line, choose "Run Git from the Windows Command Prompt".
  3. Choose "Checkout Windows-style, commit Unix-style line endings" to preserve line endings.

After installation, please add your name and email in Git's settings.