Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.11 KB

File metadata and controls

49 lines (32 loc) · 2.11 KB

Git Tutor FC

Release Go Version License Build Status Downloads

image

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.

Features

  • 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

Installation

Download Pre-built Binaries

Download the latest release for your operating system from the releases page.

Linux and macOS

# 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/

Call the installation from terminal

Follow this gist


built and maintained by greeenboi