Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
/ progit Public
forked from iissnan/progit

Pro Git (第一版) 中文版;git 相关学习

Notifications You must be signed in to change notification settings

flyyi/progit

Open more actions menu
 
 

Repository files navigation

About

This project aims to generate html pages for Pro Git book from Book Source using node.js.

The generated HTML pages can be hosted on the GitHub via Github Pages.

Demo

Screenshots

Mobile

How to build

  1. Download and install Node.js.

  2. Get a copy of this project:

    git clone https://github.com/iissnan/progit.git progit
    

    If you want to host this pages yourself, you need to fork this project to your account first.

  3. Install dependencies:

    npm install
    
  4. Get book source:

    Book source is involved as a git submodule. Run the following command to init the submodule.

    git submodule init
    git submodule update
    
  5. Generate HTML pages:

    node lib/build
    
  6. Push to your repository's gh-pages branch.

    git push origin gh-pages
    

About

Pro Git (第一版) 中文版;git 相关学习

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 99.3%
  • Other 0.7%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.