Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 498 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 498 Bytes

Dependency Status

The Git for Windows homepage

http://msysgit.github.io/

Developing

  1. Install Node.js
  2. Install Grunt: npm install -g grunt-cli
  3. Install Node.js' dependencies: cd msysgit.github.com && npm install
  4. Run grunt to generate the files
  5. Run grunt connect and open http://localhost:4000 in your favorite browser to check the changes