Skip to content

axmbo/progit2

This branch is 2067 commits behind progit/progit2:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 22, 2015
540e8ec · Apr 22, 2015
Apr 22, 2015
Oct 8, 2014
Nov 24, 2014
Nov 14, 2014
Oct 29, 2014
Nov 18, 2014
Oct 14, 2014
Dec 20, 2014
Dec 22, 2014
Nov 28, 2014
Feb 20, 2015
Oct 22, 2014
Dec 8, 2014
Oct 24, 2014
Nov 9, 2014

Repository files navigation

Pro Git, Second Edition

Welcome to the second edition of the Pro Git book.

Like the first edition, the second edition of Pro Git is open source under a Creative Commons license.

A couple of things have changed since open sourcing the first edition. For one, we’ve moved from Markdown to the amazing Asciidoc format for the text of the book. We’ve also moved to using O’Reilly’s Atlas platform for generating continuous builds of the book so all major formats are always available in every language.

We’ve also moved to keeping the translations in separate repositories rather than subdirectories of the English repository. See the Contributing document for more information.

How To Generate the Book

There are two ways to generate e-book content from this source code.

The easiest way is simply to let us do it. A robot is standing by to look for new work on the main branch and automatically build it for everyone.

The other way to generate e-book files is to do so manually with Asciidoctor. If you run the following you may actually get HTML, Epub, Mobi and PDF output files:

$ bundle install
$ bundle exec rake book:build
Converting to HTML...
 -- HTML output at progit.html
Converting to EPub...
 -- Epub output at progit.epub
Converting to Mobi (kf8)...
 -- Mobi output at progit.mobi
Converting to PDF...
 -- PDF  output at progit.pdf

This uses the asciidoctor, asciidoctor-pdf and asciidoctor-epub projects.

Contributing

If you’d like to help out by making a change or contributing a translation, take a look at the contributor’s guide.

About

Pro Git 2nd Edition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 62.6%
  • XSLT 23.6%
  • Ruby 11.9%
  • HTML 1.9%