TortoiseGit do I need to download MsysGit or Git first?

I find the manual a little confusing on this matter and looking for previous answers confused me more.

+3


source to share


2 answers


Git (as in Full Installer for Git ) is sufficient, from the preview page .
It is only needed by Git for Windows.

enter image description here



See " Difference Between msysgit and Cygwin + git? " For more information between MSysGit and "Git for Windows".
The trick, however, is that the "Git for Windows" package often refers to users as "msysgit", even though msysgit is actually a complete development environment.

+6


source


As mentioned in the FAQ, TortoiseGit requires the command line git.exe. There are several alternatives, however Git for Windows is recommended to work out of the box.



Recommended order is to install TortoiseGit first. TortoiseGit then (hopefully automatically) detects git.exe installed, checking for Git for Windows installation by looking at %PATH%

or manual configuration ( TortoiseGit Settings ).

0


source







All Articles