Skip to content
zero2vibecodelearn vibe coding

What git status does

See which files changed and what's staged for the next commit.

gitstatus
  • gitcommand — track changes to your project and share them
  • statusargument: a file, a folder, or text

What it does when you run it

$ git status
On branch main
Untracked files:
	notes.txt
	todo.md
	a.txt
	old.txt
	names.txt
	script.sh
	log.txt
	projects/web/index.html
	projects/web/app.js
	app.js
	myfolder/keep.txt

Run it yourself

The same files. Nothing here can break, and nothing leaves your browser.

Explain other commands

Written by Mikhail Kuzmitskii