This repo contains the source for a gitbook which describes how to learn git from scratch.
- You can read this book at gitfromscratch.com
- You can subscribe to changes in this book at gitbook.com
gradlew buildDocs
will build it and gradlew serveDocs
will serve it.
The production version on gitfromscratch.com
is built by gitbooks' infrastructure, which uses the latest version. The local build is stuck on 1.3.2, as shown in package.json
. Only known issue is that the local build uses README.md as the intro instead of INTRO.md.
- Many thanks to Jozef Vilcek for his gitbook gradle example.
- Many thanks to the Gitbook team for their fantastic product.