I am having trouble determining the difference between msysGit and Git for Windows. How are they different? Why would I choose one over the other?
|
|
Are they not the same thing? On: http://msysgit.github.com/ The title is Git for Windows, the application is msysgit. Even in the event they are not, I expect the only differences will be in the method of compilation (i.e. compiler used and any options set) and any extraneous packaging (such as having a bash emulating shell as in msysgit). The actual product (git itself) should remain broadly similar. Edit: Thanks to Jarrod for pointing this out. I've left the above in for posterity. To quote the wiki:
So, the difference between the two projects:
|
|||||||||||||||||||||
|
|
Here is the excerpt 'Official README' "portable" version of Git for Windows (MSysGit) does not need tobe installed. It will run from any directory you place it in, evenonto a USB thumbdrive. It will not write permanent entries into the Windows registry. It does not need administrator privileges to "install". This version does not offer you the convenient right-click context menu entries "Git GUI Here" and "Git Bash Here", because these would require to add entries into the Windows registry. |
|||
|
|
|
The titles on the download page have just been updated so that the "Git for Windows" versions are fully identified. There is now both an 'installed' version (with right click menu options), and a Portable version that runs direct from a memory stick etc. |
|||
|
|