An interactive terminal-based application for learning Git commands through hands-on practice. Git Tutor provides a step-by-step tutorial where users type actual Git commands and receive real-time validation and feedback.
- Interactive Command Learning - Type real Git commands and get instant validation
- Split-Panel Interface - Tutorial instructions on the left, command output on the right
- Progress Persistence - Automatically saves your progress between sessions
- Command Hints - Get help when stuck on any step
- Real Git Execution - Runs actual Git commands in a practice repository
Download the latest release for your operating system from the releases page.
# Download the appropriate archive for your system
curl -LO https://github.com/founder-srm/teach-you-git/releases/latest/download/git-tutor_Linux_x86_64.tar.gz
# Extract
tar -xzf git-tutor_Linux_x86_64.tar.gz
# Make executable
chmod +x git-tutor
# Move to PATH (optional)
sudo mv git-tutor /usr/local/bin/Follow this gist
built and maintained by greeenboi