← Back to Home

🌳 Git Visualizer

Interactive visualization of Git commands - See how Git works under the hood!

🎓 Explain Like I'm 5: What is Git?

Git is like a time machine for your code! Imagine you're building with LEGO blocks. Git helps you:
Save snapshots of your work at any point (commits)
Try different ideas without breaking your main creation (branches)
Share your work with friends and combine your builds (push/pull)
Go back in time if you make a mistake

Below, you'll see four zones showing how your code moves through Git: from your computer's files (Working Directory), to a waiting area (Staging), to your local save points (Local Repository), and finally to the cloud where teammates can access it (Remote Repository).

Daily Commands

🌳

Select a Git Command to Begin

Choose a command from above to see an interactive visualization of how it works!