I'm finding the manual a bit confusing on this issue, and searching previous answers confused me more.
2 Answers
The Git (as in Full Installer for Git) is enough, from the pre-requisite page.
It only needs "Git for Windows".
See "Difference between msysgit and Cygwin + git?" for more between MSysGit and "Git for Windows".
The trick, though, is that the "Git for Windows" packaged is often referenced by users as "msysgit", even though msysgit is actually the full development environment.
As mentioned on the FAQ TortoiseGit requires a command line git.exe. There are several alternatives available, however, Git for Windows is recommended which should work out of the box.
The recommended order is to install TortoiseGit first. TortoiseGit will then (hopefully automatically) detect the installed git.exe by checking for Git for Windows installations, looking on the %PATH%
or manual configuration (TortoiseGit settings).
-
This line keeps on confusing me: "The recommended order is to install TortoiseGit first." If I install this **FIRST**, then how can it find Git for Windows which I haven't installed yet? So shouldn't it be "A git.exe (like Git for Windows) first, then TortoiseGit? – Niek Oct 03 '19 at 11:36
-
1TortoiseGit does not require a git.exe during installation. However, Git for Windows tries to detect whether TortoiseGit is already installed. – MrTux Oct 03 '19 at 13:33