Exercise

Creating new branches

You have some more content to add to summary_statistics.csv for the mh_survey project, and then you'll be moving on to the report phase. Therefore, you would like to make a new branch called report where you can work on the project report.

The branch needs to be created from the summary-statistics branch, in which you are currently located.

Your task is to finish working on the summary statistics file, make a commit, then create the report branch.

Instructions 1/4

undefined XP
  • 1
    • Edit summary_statistics.txt and add the following text: "Mean age is 32 years old, with a standard deviation of 6.72".
  • 2
    • Add summary_statistics.txt to the staging area.
  • 3
    • Make a commit with the log message "Adding age summary statistics".
  • 4
    • Create a new branch called report.