Skip to content

git-for-windows/git-for-windows.github.io

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Signed-off-by: gitforwindowshelper-bot <gitforwindowshelper-bot@users.noreply.github.com>
2b1fc4a

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 14, 2017 16:16

devDependency Status

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.

  1. git clone https://github.com/git-for-windows/git-for-windows.github.io.git (this repo)
  2. Install Node.js (contains the 'npm' package manager)
  3. Install Grunt: npm install -g grunt-cli
  4. Install Node.js' dependencies: cd git-for-windows.github.io && npm install
  5. Run grunt to generate the files
  6. Run grunt connect
  7. Open http://localhost:4000 in your favorite browser to check the changes.