- PVSM.RU - https://www.pvsm.ru -

Pro Git, 2-е издание

Pro Git, 2 е издание
Вне всяких сомнений, Pro Git — это одна из лучших книг про систему контроля версий git. Совсем недавно появилось второе издание [1] этой замечательной книжки. Большие изменения произошли в издательском процессе: исходный код книги теперь хранится в AsciiDoc [2], а не в Markdown, а различные форматы (PDF [3], ePub [4] и Mobi [5]) автоматически генерируются с помощью O'Reilly Atlas platform [6]. Разработка книги активно ведётся [7] на гитхабе, актуальная online-версия находится [1] в открытом доступе на официальном сайте, а любители печатной продукции могут заказать [8] себе экземпляр на Amazon. Второе издание получилось почти в два раза больше первого: на сегодняшний день PDF-версия содержит 570 страниц. Помимо улучшения старого материала, книжка также пополнилась новыми главами и разделами:

Автор: DreamWalker

Источник [31]


Сайт-источник PVSM.RU: https://www.pvsm.ru

Путь до страницы источника: https://www.pvsm.ru/git/72722

Ссылки в тексте:

[1] второе издание: http://git-scm.com/book/en/v2

[2] AsciiDoc: http://asciidoctor.org/

[3] PDF: https://github.com/progit/progit2/releases/download/2.0.0/progit-2.0.0.pdf

[4] ePub: https://github.com/progit/progit2/releases/download/2.0.0/progit-2.0.0.epub

[5] Mobi: https://github.com/progit/progit2/releases/download/2.0.0/progit-2.0.0.mobi

[6] O'Reilly Atlas platform: https://atlas.oreilly.com

[7] активно ведётся: https://github.com/progit/progit2

[8] заказать: http://amzn.com/1484200772

[9] «The Command Line»: http://git-scm.com/book/en/v2/Getting-Started-The-Command-Line

[10] «Getting Started»: http://git-scm.com/book/en/v2/Getting-Started-About-Version-Control

[11] «Git on the Server»: http://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols

[12] «Git Daemon»: http://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon

[13] «Smart HTTP»: http://git-scm.com/book/en/v2/Git-on-the-Server-Smart-HTTP

[14] «GitLab»: http://git-scm.com/book/en/v2/Git-on-the-Server-GitLab

[15] «Third Party Hosted Options»: http://git-scm.com/book/en/v2/Git-on-the-Server-Third-Party-Hosted-Options

[16] «GitHub»: http://git-scm.com/book/en/v2/GitHub-Account-Setup-and-Configuration

[17] «Git Tools»: http://git-scm.com/book/en/v2/Git-Tools-Revision-Selection

[18] «Signing Your Work»: http://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work

[19] «Searching»: http://git-scm.com/book/en/v2/Git-Tools-Searching

[20] «Reset Demystified»: http://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified

[21] «Advanced Merging»: http://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging

[22] «Rerere»: http://git-scm.com/book/en/v2/Git-Tools-Rerere

[23] «Bundling»: http://git-scm.com/book/en/v2/Git-Tools-Bundling

[24] «Replace»: http://git-scm.com/book/en/v2/Git-Tools-Replace

[25] «Credential Storage»: http://git-scm.com/book/en/v2/Git-Tools-Credential-Storage

[26] «Environment Variables»: http://git-scm.com/book/en/v2/Git-Internals-Environment-Variables

[27] «Git Internals»: http://git-scm.com/book/en/v2/Git-Internals-Plumbing-and-Porcelain

[28] «Git in Other Environments»: http://git-scm.com/book/en/v2/Git-in-Other-Environments-Graphical-Interfaces

[29] «Embedding Git in your Applications»: http://git-scm.com/book/en/v2/Embedding-Git-in-your-Applications-Command-line-Git

[30] «Git Commands»: http://git-scm.com/book/en/v2/Git-Commands-Setup-and-Config

[31] Источник: http://habrahabr.ru/post/241525/