

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
You've learned half of Git.
...well, not really. But kind of.
Half of your workflow as a developer will just be 3 simple commands:
git statusgit addgit commitIt's most of what you need to work effectively as a solo developer. Another 40% of Git is about collaborating and storing your work on a remote server.
The last 10% is mostly about fixing mistakes, rolling back changes, and other advanced topics. Don't worry, we'll cover those, too.
Which command adds a file to the staging area? (a.k.a the index)