What git status does
See which files changed and what's staged for the next commit.
gitstatus
git— command — track changes to your project and share themstatus— argument: 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.
Where you use it
Explain other commands
Written by Mikhail Kuzmitskii