All Projects → progit → Progit2

progit / Progit2

Licence: other
Pro Git 2nd Edition

Programming Languages

CSS
56736 projects
XSLT
1337 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Progit2

Honkit
📖 HonKit is building beautiful books using Markdown - Fork of GitBook
Stars: ✭ 1,901 (-58.02%)
Mutual labels:  book, asciidoc
Fastdoc
Create publication-quality books from Jupyter notebooks
Stars: ✭ 134 (-97.04%)
Mutual labels:  book, asciidoc
Ebook Template
Template to create PDF, ePub and Kindle books with Asciidoctor
Stars: ✭ 150 (-96.69%)
Mutual labels:  book, asciidoc
Istio Handbook
Istio Handbook - Istio Service Mesh Advanced Practical(Istio 服务网格进阶实战) - https://jimmysong.io/istio-handbook
Stars: ✭ 374 (-91.74%)
Mutual labels:  book
Software Foundations
Software Foundations in Idris
Stars: ✭ 383 (-91.54%)
Mutual labels:  book
Crowbook
Converts books written in Markdown to HTML, LaTeX/PDF and EPUB
Stars: ✭ 399 (-91.19%)
Mutual labels:  book
Learninggo
Learning Go Book in mmark
Stars: ✭ 438 (-90.33%)
Mutual labels:  book
D2l Pytorch
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
Stars: ✭ 3,810 (-15.86%)
Mutual labels:  book
Mastering Modular Javascript
📦 Module thinking, principles, design patterns and best practices.
Stars: ✭ 3,972 (-12.28%)
Mutual labels:  book
Documentation
The official documentation for Raspberry Pi computers and microcontrollers
Stars: ✭ 4,408 (-2.65%)
Mutual labels:  asciidoc
Front End Handbook 2019
[Book] 2019 edition of our front-end development handbook
Stars: ✭ 3,964 (-12.46%)
Mutual labels:  book
Go42
《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。
Stars: ✭ 4,129 (-8.81%)
Mutual labels:  book
D2l Vn
Một cuốn sách tương tác về học sâu có mã nguồn, toán và thảo luận. Đề cập đến nhiều framework phổ biến (TensorFlow, Pytorch & MXNet) và được sử dụng tại 175 trường Đại học.
Stars: ✭ 402 (-91.12%)
Mutual labels:  book
Docker practice
Learn and understand Docker technologies, with real DevOps practice!
Stars: ✭ 19,768 (+336.57%)
Mutual labels:  book
Nlpia
Examples and libraries for "Natural Language Processing in Action" book
Stars: ✭ 416 (-90.81%)
Mutual labels:  book
Spark Structured Streaming Book
The Internals of Spark Structured Streaming
Stars: ✭ 371 (-91.81%)
Mutual labels:  book
Typescript Book Chinese
TypeScript Deep Dive 中文版
Stars: ✭ 5,027 (+11.02%)
Mutual labels:  book
Thinking In Java Zh
📖 Java 编程思想
Stars: ✭ 390 (-91.39%)
Mutual labels:  book
Ansible For Kubernetes
Ansible and Kubernetes examples from Ansible for Kubernetes Book
Stars: ✭ 389 (-91.41%)
Mutual labels:  book
Elm Tutorial
A guide to building web applications using Elm 0.18
Stars: ✭ 398 (-91.21%)
Mutual labels:  book

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. 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

You can generate just one of the supported formats (HTML, EPUB, mobi, or PDF). Use one of the following commands:

To generate the HTML book:

$ bundle exec rake book:build_html

To generate the EPUB book:

$ bundle exec rake book:build_epub

To generate the mobi book:

$ bundle exec rake book:build_mobi

To generate the PDF book:

$ bundle exec rake book:build_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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].