Funny way? Use your game saves as your git folder Answer from Radiant-Ad-5051 on reddit.com
🌐
Learn Git Branching
learngitbranching.js.org
Learn Git Branching
An interactive Git visualization tool to educate and challenge!
Discussions

What's a fun interactive way to learn git
Funny way? Use your game saves as your git folder More on reddit.com
🌐 r/git
25
15
September 17, 2025
Recommend me an interactive git tutorial.
Do you mean this webpage? https://learngitbranching.js.org/ More on reddit.com
🌐 r/git
12
26
April 3, 2020
An interactive tutorial for learning git basics
This is exactly how I learned git many many years ago. More on reddit.com
🌐 r/git
12
55
February 6, 2023
Best interactive browser based tutorial
Not a tutorial, but I used (and still use) https://git-school.github.io/visualizing-git/ to learn the result of a lot of the basic commands. It doesn't have everything though, and you'd have to use another tutorial if you want instruction. I also used https://learngitbranching.js.org/ that you mentioned. More on reddit.com
🌐 r/git
1
5
June 22, 2023
🌐
Ohmygit
ohmygit.org
Oh My Git!
To teach players how to use Git for collaboration in teams, Oh My Git! puts a focus on how to interact with remotes, and which workflows exist when dealing with multiple repositories:
🌐
Berkeley-stat159-f17
berkeley-stat159-f17.github.io › stat159-f17 › lectures › 01-git › Git-Tutorial..html
An interactive Git Tutorial: the tool you didn’t know you needed — Stat 159/259 - Reproducible and Collaborative Data Science 1 documentation
We will then dive into hands-on work: after a brief interlude into necessary configuration we will discuss 5 “stages of git” with scenarios of increasing sophistication and complexity, introducing the necessary commands for each stage: ... In reality, this tutorial only covers stages 1-4, since for #5 there are many software develoment-oriented tutorials and documents of very high quality online.
🌐
Antonz
antonz.org › git-by-example
Git by example: Interactive guide
I got tired of googling the same Git commands over and over again. So I created an interactive step-by-step guide to Git operations, from basic to advanced.
Find elsewhere
🌐
Reddit
reddit.com › r/git › recommend me an interactive git tutorial.
r/git on Reddit: Recommend me an interactive git tutorial.
April 3, 2020 -

As far as I can remember I came across an interactive Git tutorial where I could practice git commands while learning it. It seems the tutorial is discontinued!

Can you please recommend me another interactive git tutorial which is easy and fun to learn as well as good enough to cover all the Git concepts & commands?

🌐
GitHub
github.com › pcottle › learnGitBranching
GitHub - pcottle/learnGitBranching: An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git! · GitHub
An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git! - pcottle/learnGitBranching
Starred by 33.4K users
Forked by 6K users
Languages   JavaScript 95.2% | HTML 3.2% | CSS 1.6%
🌐
WebFX
webfx.com › home › blog › web design › interactive git tutorials
Interactive Git Tutorials - WebFX
Master Git with engaging interactive tutorials. Learn version control like never before with hands-on, interactive Git lessons.
🌐
Codecademy
codecademy.com › learn › learn-git
Learn Git: Tutorial + Basics | Codecademy
Use our beginner friendly Git course to integrate Git and GitHub and manage versions of your projects using Git branches.
Rating: 4.5 ​ - ​ 2.07K votes
🌐
GitHub
github.com › UnseenWizzard › git_training
GitHub - UnseenWizzard/git_training: An interactive git training meant to teach you how git works, not just which commands to execute · GitHub
An interactive git tutorial meant to teach you how git works, not just which commands to execute.
Starred by 753 users
Forked by 3.1K users
🌐
Gitbybit
gitbybit.com
GitByBit: Learn Git by practice
GitByBit is a course that teaches you Git* through practice right in your code editor. You follow bite-sized instructions, run real Git commands in the terminal or click through your editor’s Git interface, and the course verifies what happened. When something breaks, it tells you why and ...
🌐
Gitimmersion
gitimmersion.com
Git Immersion
A guided tour that walks through the fundamentals of Git
🌐
The-turing-way
book.the-turing-way.org › reproducible-research › vcs › vcs-git-interactive
Interactive, Visual Git - The Turing Way
The LearnGitBranching tool created by pcottle provides an interactive, visual introduction to Git. This browser-based, interactive tool includes tutorials and allows you to practice using Git through a virtual “repository” and sandbox.
🌐
GitLab
about.gitlab.com › blog › open source › 5 git resources for visual learners
5 Git resources for visual learners
September 14, 2022 - We’ve gathered a list of sites to learn Git, whether you’re brand-new to it or you need to fine-tune your skills. These five resources are largely focused on visual learning and use either video-based tools or an interactive website or game.
🌐
W3Schools
w3schools.com › git
Git Tutorial
When you use Git on your own computer, you can't really break anything important. Experimenting is a great way to learn, and you can always undo or redo changes as you go. ... The tutorial can show examples for GitHub, GitLab, or Bitbucket.
🌐
Try
try.github.io
Resources to learn Git
You’ve downloaded Git, now what? Download Git-It to your machine and you’ll get a hands-on tutorial that teaches you to use Git right from your local environment, using commands on real repositories.