Total Pageviews

Saturday, 5 April 2014

Pro Git Book Contents


This is the source code for the Pro Git book contents. It is licensed under the Creative Commons Attribution-Non Commercial-Share Alike 3.0 license. I hope you enjoy it, I hope it helps you learn Git, and I hope you'll support Apress and me by purchasing a print copy of the book at Amazon:
http://tinyurl.com/amazonprogit
It is also available online at:
http://git-scm.com/book/
and fully translated in 10 languages.

Making Ebooks

On Fedora (16 and later) you can run something like this::
$ yum install ruby calibre rubygems ruby-devel rubygem-ruby-debug rubygem-rdiscount
$ makeebooks en  # will produce a mobi
On MacOS you can do like this::
  1. INSTALL ruby and rubygems
  2. $ gem install rdiscount
  3. DOWNLOAD Calibre for MacOS and install command line tools. You'll need some dependencies to generate a PDF:
  4. $ makeebooks zh #will produce a mobi

Notes on pandoc

Please use Pandoc version 1.11.1 or later as older versions(confirmed on 1.9.1.1) has a bug which hides a word after tilde ~. You can do pandoc -v to see which version you have installed.

from https://github.com/progit/progit