View on GitHub

Git-101-tutorial

A ShutIt-based tutorial on git 101.

Download this project as a .zip file Download this project as a tar.gz file

Git 101 Tutorial

This is a realistic interactive tutorial for understanding the basics of git.

It requires you to successfully complete each minitask, so could be used as an interviewing tool for those that claim to know git.

It supports the ability to revert to the starting state at each stage, uses a complete and realistic shell to train you in, and the ability to ask for hints.

Below is a video showing what it looks like to the user.

Install and run

# install docker
# install python-pip (aka pip)
sudo pip install shutit
git clone https://github.com/ianmiell/git-101-tutorial && cd git-101-tutorial
./run.sh  #'sudo ./run.sh' if you need to use sudo to run docker

and follow the instructions.

How it works

Under the hood it uses ShutIt to manage the shell and Docker containers programmatically.

Authors and Contributors

@ianmiell

Support or Contact

Tweet @ianmiell

Support or Contact

See also my book: Docker in Practice

Get 39% off with the code: 39miell