Difference between revisions of "Git settings"
From KlayGE
Gongminmin (Talk | contribs) m |
Gongminmin (Talk | contribs) m |
||
Line 2: | Line 2: | ||
More recommendation settings when installing Git for windows: | More recommendation settings when installing Git for windows: | ||
− | # On the " | + | # On the "Select Components" step, disable "Windows Explorer Integration". Just let TortoiseGit to do the integration job. |
# When given the option to enable Git on the command line, choose "Run Git from the Windows Command Prompt". | # When given the option to enable Git on the command line, choose "Run Git from the Windows Command Prompt". | ||
# '''Choose "Checkout Windows-style, commit Unix-style line endings" to preserve line endings.''' | # '''Choose "Checkout Windows-style, commit Unix-style line endings" to preserve line endings.''' |
Revision as of 20:13, 24 March 2015
Install git. On Windows, I prefer Git for windows combine with TortoiseGit.
More recommendation settings when installing Git for windows:
- On the "Select Components" step, disable "Windows Explorer Integration". Just let TortoiseGit to do the integration job.
- When given the option to enable Git on the command line, choose "Run Git from the Windows Command Prompt".
- 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.