Practice Missions
Mission 1: The First Repository
In Progress
Learn how to initialize and save your first Git project.
Progress0 / 4 Steps
First, let's turn this plain folder into a Git repository. Type 'git init'.
Objective: git init
Check what files are currently in the project and see their tracking status.
We've got a new file called 'index.html'. Let's stage it for saving using 'git add .'.
Now let's permanently save these files. Type 'git commit -m "Initial commit"'.
Git It Done Terminal
Welcome to the Git It Done Educational Simulator.
Type 'help' to see a list of commands, or follow the guided missions.