About 107,000 results
Open links in new tab
  1. Differences between Git-scm, msysGit & Git for Windows

    What is the difference between git-scm (downloaded from git-scm.com) and msysGit (hosted on Google Code, Github, and probably others)? They both seem pretty similar, and even though I …

  2. How to install Git on windows - where to download and which …

    Dec 5, 2010 · How to install Git on windows - where to download and which version Asked 15 years ago Modified 3 years, 6 months ago Viewed 859 times

  3. Download the older version git for windows - Stack Overflow

    Mar 18, 2020 · How can I download the git 2.24.1 exe for windows from this link, but I'm not actually sure what to do with them to install.

  4. How to upgrade Git on Windows to the latest version

    To update to the latest version of Git and Git Bash, you can download and install the latest version of Git for Windows. As per this FAQ, settings/customizations should be preserved if they were …

  5. What is the difference between Git for Windows and Github …

    Oct 30, 2015 · Git for Windows includes "Git BASH" (uses MINGW64) and "Git GUI" (git-gui). There is folder context menu (windows shell integration) to access these. Includes the latest …

  6. Unable to Open/Install Git on Windows 10 - Stack Overflow

    Try running the installer from command prompt. More details This is what just happened to me. When double-clicked, or even ran as admin, Git-2.34.1-64-bit.exe shows this. None of those 3 …

  7. git is not installed or not in the PATH - Stack Overflow

    9 Install git and tortoise git for windows and make sure it is on your path, (the installer for Tortoise Git includes options for the command line tools and ensuring that it is on the path - select …

  8. Why do I need to download Git, if it is built into VS Code?

    Aug 10, 2023 · Make sure Git is installed. VS Code will use your machine's Git installation (at least version 2.0.0), so you need to install Git first before you get these features. If on one of …

  9. What is the correct place to install Git from? - Stack Overflow

    Apr 29, 2019 · Bearing in mind after a while will be switching to use eGit in Eclipse. For this purpose, which is the correct place to install git from? The official build on Git website Git for …

  10. Where is source code for git hosted ? Is it at github or some other ...

    Jan 5, 2022 · The git-scm website says that it's at github under the download section. However Wikipedia says it's at git.kernel.org. There's also corresponding clone links in that site.