01
LESSON 01 · PRESET INCLUDED
Create your first repository
Turn an empty directory into a Git repository.
git initChoose a lesson to open a fresh, prepared sandbox. GitSim highlights one step at a time and checks the repository—not a memorized command sequence.
Start courseTurn an empty directory into a Git repository.
git initSee why Git's index is separate from your files.
git statusCreate and inspect an immutable snapshot.
git statusCreate a branch and watch its reference move.
git branchPractice a true merge commit with two parents.
git log --allFind a commit after a destructive-looking reset.
git reflog