GitHub - msysgit/msysgit.github.com: msysGit-based Git for Windows 1.x is now superseded by Git for Windows 2.x
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
The Git for Windows homepage
Developing
- Install Node.js
- Install Grunt:
npm install -g grunt-cli - Install Node.js' dependencies:
cd msysgit.github.com && npm install - Run
gruntto generate the files - Run
grunt connectand open http://localhost:4000 in your favorite browser to check the changes