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
- Host: GitHub
- URL: https://github.com/thoughtbot/goal-oriented-git
- Owner: thoughtbot
- License: other
- Created: 2014-10-03T17:44:36.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T16:03:40.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:52:08.864Z (over 1 year ago)
- Topics: book
- Language: HTML
- Homepage: https://trello.com/b/JoGKgilS/goal-oriented-git
- Size: 2.82 MB
- Stars: 85
- Watchers: 62
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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