This repository contains the original Git from the Bottom Up converted to EPUB3 and MOBI (KF8:joint) formats.
Credits to the author John Wiegley.
Requirements
Instructions:
- Download the original repository (either by git clone or zip download)
git clone https://github.com/jwiegley/git-from-the-bottom-up- Issue the markdown to epub3 conversion
pandoc -S -t epub3 -o git-from-the-bottom-up.epub meta.yml index.md 1-Repository/*.md \
2-The-Index/*.md 3-Reset/*.md 4-Stashing-and-the-reflog.md 5-Conclusion.md \
6-Further-Reading.md- Use calibre for epub3 to mobi conversion
ebook-convert "git-from-the-bottom-up.epub" "git-from-the-bottom-up.mobi"The book is from John Wiegley and his contributors at https://github.com/jwiegley. This book is licensed under the Attribution-NoDerivs license.