Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/git-for-windows/git-for-windows.github.io
Git for Windows' home page
https://github.com/git-for-windows/git-for-windows.github.io
Last synced: 2 days ago
JSON representation
Git for Windows' home page
- Host: GitHub
- URL: https://github.com/git-for-windows/git-for-windows.github.io
- Owner: git-for-windows
- Created: 2013-05-30T15:02:11.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T10:50:58.000Z (23 days ago)
- Last Synced: 2024-11-06T14:39:28.270Z (7 days ago)
- Language: HTML
- Homepage: http://git-for-windows.github.io/
- Size: 2.67 MB
- Stars: 270
- Watchers: 66
- Forks: 187
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Governance: governance-model.html
Awesome Lists containing this project
README
[![devDependency Status](https://david-dm.org/git-for-windows/git-for-windows.github.io/dev-status.png)](https://david-dm.org/git-for-windows/git-for-windows.github.io#info=devDependencies)
The Git for Windows homepage
https://gitforwindows.org/
## Developing
Note: if you have the cautious 'Use Git from Git Bash only' setting then you may need to change from bash to cmd at step 2, adjusting the cd path at step 3.
0. `git clone https://github.com/git-for-windows/git-for-windows.github.io.git` (this repo)
1. Install [Node.js](https://nodejs.org/) (contains the 'npm' package manager)
2. Install Grunt: `npm install -g grunt-cli`
3. Install Node.js' dependencies: `cd git-for-windows.github.io && npm install`
4. Run `grunt` to generate the files
5. Run `grunt connect`
6. Open `http://localhost:4000` in your favorite browser to check the changes.