https://schacon.github.io/gitbook/
Git Community Book Source
https://schacon.github.io/gitbook/
Last synced: 3 months ago
JSON representation
Git Community Book Source
- Host: GitHub
- URL: https://schacon.github.io/gitbook/
- Owner: schacon
- License: other
- Created: 2008-11-27T15:43:26.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T07:34:15.000Z (over 5 years ago)
- Last Synced: 2025-01-11T16:08:39.601Z (3 months ago)
- Language: Ruby
- Homepage: http://book.git-scm.com
- Size: 1.94 MB
- Stars: 470
- Watchers: 17
- Forks: 224
- Open Issues: 33
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-git-cn - The Git Community Book - book built by dozens of people in the Git community (Tutorial)
- awesome-git - The Git Community Book - book built by dozens of people in the Git community (Tutorial)
README
== The Community Git Book ==
This is an attempt to make a comprehensive, easy to follow Git learning
resource to be hosted on the main Git website.== Contributing ==
* Clone this source, add to it and send me ([email protected]) a patch or pull request
* Install required gems:
$ gem install rake ultraviolet discount rdiscount builder
* For PDF output install prince (http://www.princexml.com/download/)
* Generate book through
$ rake html
or
$ rake pdf== References ==
* A bunch of the scripts for building and such from the Rails 2.1 book by Carlos Brando
== Authors ==
* Scott Chacon
* Emil Sit