You're a stage producer trying to make sure all of your actors are present. Jim and Carrey have already checked in, but some others have not checked in yet.
Each actor has a time card. Add all of their time cards to the staging area!
- Understand how
git add
and the staging area works
Use git add
to add the time cards of Alice, Bob, and Joe.
To verify your attempt, use gitmastery verify
.