Difference between revisions of "Git settings"

From KlayGE
Jump to: navigation, search
(Created page with "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 ...")
 
m
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
Install git. On Windows, I prefer [Git for windows https://msysgit.github.io/] combine with [TortoiseGit https://code.google.com/p/tortoisegit].
+
Install git. On Windows, I prefer [https://msysgit.github.io/ Git for windows] combine with [https://code.google.com/p/tortoisegit TortoiseGit].
  
 
More recommendation settings when installing Git for windows:
 
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.
+
# 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".
+
# On the "Adjusting your PATH environment" step, choose "Run Git from the Windows Command Prompt".
# '''Choose "Checkout Windows-style, commit Unix-style line endings" to preserve line endings.'''
+
# On the "Configuring the line ending conversions" step, choose "Checkout Windows-style, commit Unix-style line endings".
  
 
After installation, please add your name and email in Git's settings.
 
After installation, please add your name and email in Git's settings.
  
 
[[zh: Git的设置]]
 
[[zh: Git的设置]]

Latest revision as of 20:17, 24 March 2015

Install git. On Windows, I prefer Git for windows combine with 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. On the "Adjusting your PATH environment" step, choose "Run Git from the Windows Command Prompt".
  3. On the "Configuring the line ending conversions" step, choose "Checkout Windows-style, commit Unix-style line endings".

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