# git_study **Repository Path**: zxbdzh/git_study ## Basic Information - **Project Name**: git_study - **Description**: 学习 git使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-21 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.