VisualizerRun Git commands and watch state change
Empty folder
Run git init to create a repository.
bash — gitscope
GitScope terminal — a safe Git simulation.
Try: git init
$
Working directory
Clean — no uncommitted changes.
git add ↓
Staging area
Nothing staged. Run git add.
git commit ↓
Repository
No commits yet.
Nothing selected
Run a command or click a commit node to see what changed and why.
Empty folder
Run git init to create a repository.