|
InstallMSysGit
How to install msysGit
How to install itBasically, there are two different types of packages: Git and msysGit. The former is the Git distribution, meant for the end user. If you want to hack on Git, though, you want msysGit: it includes not only the sources for Git, but the complete development environment you need (sans Windows)! If you only want to use Git
Note: the portable version is meant for users who do not want/cannot install Git. Note: Git for Windows is not as stable as Git for anything else. There are more issues with the Windows API than there are developers working on them. So any help is very much appreciated. Note: this package was known as WinGit, back in the ice age of this project. If you want to help developing Git itselfPlease see WorkingOnMsysGit. If you want to help developing Git itself, but cannot use the netinstallerNote: this is not the preferred way, as it does not set up the repositories for msysGit and git, and does not fetch the histories from repo.or.cz. However, some people cannot freely access the internet, not even with an HTTP proxy. If this applies to you, this is the installer we intended for you. In the olden days of this project, it was the only available package, "msysGit", originally not even an installer, but a 48MB zip file!
If installed using the fullinstaller, but want to turn it as if you had cloned the repositories, please initialize like this:
This will initialize a git repository in /.git, and update your complete msysGit to the current version. How to restart msysGitSo you installed msysGit, but closed the window, and cannot find a way to restart it? No need to fear, just execute "msys.bat" in the directory you installed to. To make it more convenient, you can install a QuickLaunch shortcut with "/share/msysGit/add-shortcut.tcl". How to remake the installer
See also /share/WinGit/HowToRelease.txt How to keep up-to-datePlease refer to UpdatingMSysGit. |
Sign in to add a comment