Exercise

Adding a file

For the remainder of the course, you will be working on a Git project analyzing the mental health of employees working at tech companies.

In this exercise, you will complete a version control workflow to modify the mental_health_survey.csv file.

You are located in mh_survey/data, which contains the csv file you need to edit.

Instructions 1/3

undefined XP
  • 1
    • Add a new row of data at the end of mental_health_survey.csv containing: "49,M,No,Yes,Never,Yes,Yes,No"
  • 2
    • Place the updated file in the staging area.
  • 3
    • Commit the modified file with the log message "Adding one new participant's data"