Practical guide to Git for thinBasic developers.
You can read the book at https://thinbasic.github.io/book-practical_guide_to_git.
- get the mdbook
- run
mdbook build
in the root of the repository - this will produce
index.html
and other pages in/book
subdirectory - copy the contents of
/book
to the/docs
directory to publish on GitHub pages