An open API service indexing awesome lists of open source software.

https://github.com/thoughtbot/goal-oriented-git

A practical book about using Git
https://github.com/thoughtbot/goal-oriented-git

book

Last synced: over 1 year ago
JSON representation

A practical book about using Git

Awesome Lists containing this project

README

          

# Goal-oriented Git

We use Git for a reason: to safely store the history of our documents.
This practical book will teach you how to record the changes you make to
your files, and how to use that record as a powerful tool for
collaboration and problem solving.

## Getting the latest version

You'll find the latest version of the book in the [release directory].

## Building the book

Most readers shouldn't need to build the book from source. These instructions
are for the authors and maintainers.

Building the book requires [docker] and [paperback] to be set up; follow the
instructions in the [paperback README]. Once they're up and running, you can
just run `make`.

[release directory]: https://github.com/thoughtbot/goal-oriented-git/tree/master/release
[docker]: https://www.docker.com/
[paperback]: https://github.com/thoughtbot/paperback
[paperback README]: https://github.com/thoughtbot/paperback/blob/master/README.md