Skip to content

lindenthal/progit2

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04f9cc9 · Dec 31, 2020
Sep 6, 2020
Dec 31, 2020
Sep 27, 2015
Aug 7, 2019
Aug 28, 2020
Oct 25, 2017
Aug 4, 2015
Feb 14, 2018
Feb 14, 2018
Mar 12, 2019
Feb 22, 2020
Aug 28, 2020
Mar 19, 2018
Nov 12, 2020
Aug 9, 2020
Dec 24, 2020
Mar 25, 2019
Feb 26, 2016
Aug 29, 2020
Nov 24, 2020
Nov 3, 2020
Jul 18, 2015
Dec 8, 2014
Feb 15, 2019
Jun 6, 2018
Nov 3, 2020
Nov 28, 2018
Feb 4, 2018
Feb 4, 2018
Jan 9, 2019
Feb 4, 2018
Nov 3, 2020
Feb 4, 2018
Feb 9, 2018
Nov 7, 2020
Aug 28, 2020

Repository files navigation

Pro Git, Second Edition

Welcome to the second edition of the Pro Git book.

You can find this book online at: https://git-scm.com/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; here’s an AsciiDoc quick reference.

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

How To Generate the Book

You can generate the e-book files manually with Asciidoctor. We used to be able to build .mobi files (Kindle), but cannot do so now, see #1496 for more information. If you run the following you may actually get HTML, Epub 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 PDF...
 -- PDF output at progit.pdf

Signaling an Issue

Before signaling an issue, please check that there isn’t already a similar one in the bug tracking system.

Also, if this issue has been spotted on the git-scm.com site, please cross-check that it is still present in this repo. The issue may have already been corrected, but the changes have not been deployed yet.

Contributing

If you’d like to help out by making a change, 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.7%
  • XSLT 23.6%
  • Ruby 9.7%
  • Shell 2.1%
  • HTML 1.9%