public
Description: Git Community Book Source
Homepage: http://book.git-scm.com
Clone URL: git://github.com/schacon/gitbook.git
Sebastian Pipping (author)
Thu Mar 26 06:30:34 -0700 2009
schacon (committer)
Mon Apr 20 14:50:47 -0700 2009
gitbook / README
100644 25 lines (17 sloc) 0.622 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
== 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 (schacon@gmail.com) 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