Exercise

Adding multiple files

You've added one more task to the report.md and an extra row of participant data tomental_health_survey.csv files:

report.md:

TODO: Add data visualizations.

mental_health_survey.csv:

49,M,No,Yes,Never,Yes,Yes,No

You need to figure out which files are in the repo, and which are in the staging area, so you can update everything.

Instructions 1/3

undefined XP
  • 1
    • Check which files are in the staging area but not yet committed.
  • 2
    • Add all files in your current directory and all subdirectories into the staging area.
  • 3
    • Commit all files in the staging area with the log message "Added 3 participants and a new section in report"