Git Status — Free Git & GitHub Tutorial

Learn Git Status in Git & GitHub with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.

Git Status — Free Git & GitHub Tutorial

Learn Git Status in Git & GitHub with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.

✓ 100% Free ✓ No Login Needed ✓ NCERT / CBSE Aligned ✓ Download as PDF

TL;DR: Learn Git Status in Git & GitHub with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.

Written & reviewed by the Syllab.in Academic Team (CBSE/NCERT subject experts) · Updated

🤖 Stuck on any question? Ask Syllab's free AI Tutor for a step-by-step explanation — instant, unlimited, no login.

Git Status in Git & GitHub

`git status` shows what's happening in your repository right now. It tells you which files are new, which are modified, and which are ready to commit. Think of it as a "dashboard" for your project.

Git categories files into: untracked (Git doesn't know about it yet), modified (changed but not staged), and staged (ready to commit). `git status` shows all three categories.

Arjun wants to check what he and Priya have changed before committing. He runs `git status` to see the current state.

Git Status — Syntax

git status

Learn Git Status step by step with Syllab's free interactive Git & GitHub tutorial — runnable code examples, practice exercises and instant AI feedback, all free with no signup. Explore the full Git & GitHub course →