Skip to content

johnrezzo/git-from-the-bottom-up-ebook

Repository files navigation

"Git from the Bottom Up" as ebook

This repository contains the original Git from the Bottom Up converted to EPUB3 and MOBI (KF8:joint) formats.

Credits to the author John Wiegley.

DIY

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"

License

The book is from John Wiegley and his contributors at https://github.com/jwiegley. This book is licensed under the Attribution-NoDerivs license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published