forked from git/git
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 2.7k
 
Building Git
        dscho edited this page Mar 29, 2015 
        ·
        38 revisions
      
    We build Git for Windows using an MSys2 based Git for Windows SDK. This SDK can be installed via a net-installer
- Just install the net-installer.
 
- 
An initial
git cloneandmakeshould have already occurred when installing the net-installer. - 
Open the Git for Windows SDK MinGW shell by double clicking either the Shortcut on the desktop
Git SDK 32-bit.lnkor by double clickingmingw32_shell.batin the install folder. That isGit SDK 64-bit.lnkandmingw64_shell.batfor the64bitnet-installer. - 
Change directory to the initial clone:
cd /usr/src/git. - 
(Optional) build Git:
make. - 
Run the test suite:
make test 
This wiki page has been retired. All it did was to point to Git for Windows' governance model.