Skip to main content

A tool to learn git

Project description

Git Gud

What is it?

Git Gud is a command line tool to help you learn how to use git. It is intentionally structured like a game to make the learning experience more fun. It contains a series of challenges, which are structured into levels. If you complete all the challenges in a level, then you've completed the level. It's as simple as that. Each level has a common theme. The first level is called intro and it'll introduce you to the fundamental concepts of git. The first four challenges are called commits, branching, merging, and rebasing.

The goal is to make this project contributor-friendly and to support many different levels. The more, the better. We want you to be able to learn everything you'll ever need to know by using Git Gud. If there's something Git Gud doesn't teach you, we encourage you to open an issue and we'll try to make a level that teaches that concept/command. If you're interested in contributing, the project is intentionally structured in a way that makes it easy for you to get your first pull request. Don't forget, the best way to learn about Git (or anything) is to actually use it! For more information, check out the contributors file.

There is also another project we recommend trying out. It is called "Learn Git Branching", and it can teach you some of the things Git Gud teaches, and with a nice visual interface. Git Gud differentiates itself by (eventually) having more levels and the ability to test you on all the concepts there are.

How do I use it?

Development install (Currently only option):

git clone https://github.com/bthayer2365/git-gud
cd git-gud
pip install -e . # Installs in edit mode so we can change files without needing to reinstall
cd ..
mkdir test
cd test
python -m gitgud start # Initializes a git repository and lets us start using git gud from within this folder

Once it's installed, you can access all the features that Git Gud has to offer. If you just want to get started, type in git gud instructions. The first level is already loaded for you, and all you just have to do is follow the instructions and it'll guide you through the challenges. Once you think you're done with a level, run git gud test to see of you've completed the challenge. If you've solved it, run git gud progress to move on to the next challenge! Look at the full command list below for a complete command list.

There will be several challenges within each level. Complete all of them to complete the level, or feel free to skip ahead!

Full command list

Some commands you'll want to learn and what they do:

  • python -m gitgud start
    • Creates a git repoitory and gets you started on the first challenge!
    • Lets you use git gud <command> instead of python -m gitgud <command>
  • git gud status
    • Shows the challenge you are currently working on
  • git gud instructions
    • This the very helpful command that will make you git gud! It displays the instructions for the current challenge, which will show you how to commit, branch and everything else!
  • git gud reset
    • Will reset the current challenge in case you mess up
  • git gud test
    • Tests to see if the current challenge is complete. If it congratulates you, you've successfully completed the challenge and you can move on! (You can also move on anyways)
  • git gud progress
    • Takes you to the next challenge
  • git gud levels
    • Displays all levels
  • git gud challenges
    • Displays all challenges in the current level
  • git gud challenges <level_name>
    • Displays all challenges in the specified level
  • git gud load <level_name>
    • Begin the first challenge of the specified level
  • git gud load <level_name> <challenge_name>
    • Begin the specified challenge (it is optional to specify the challenge)
  • git gud commit
    • Commit an empty file with a unique name
  • git gud commit
    • Commit an empty file with the specified name
  • git gud goal
    • Consicely prints out what is needed to complete the challenge
  • git gud show-tree
    • Visualizes the current git tree

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-gud-0.1.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

git_gud-0.1-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page