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: 5 months 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 (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T12:51:00.000Z (5 months ago)
- Last Synced: 2025-02-13T13:44:10.993Z (5 months ago)
- Language: HTML
- Homepage: http://git-for-windows.github.io/
- Size: 2.59 MB
- Stars: 279
- Watchers: 67
- Forks: 192
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Governance: governance-model.html
Awesome Lists containing this project
README
[](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.