Git bisect Tutorial
This is a realistic interactive tutorial for understanding the basics of git bisect.
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-bisect-tutorial && cd git-bisect-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
Support or Contact
Tweet @ianmiell
Support or Contact
See also my book: Docker in Practice
Get 39% off with the code: 39miell