Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 611 Bytes

HW 1 EX 1

An exercise covering the basic git workflow

Instructions

  • Fork this repository, and clone your fork
  • Edit the flow.sh script, filling in the git commands to execute the core workflow
  • If on mac or linux, make the script executable: chmod +x flow.sh
  • Run the script by entering ./flow.sh in your terminal; you should see the changes you made to the script added, committed and pushed
  • ADDED on Wed, Sep 11: Please copy the content of the updated flow.sh file into a text file yuor_secret_STAT315ID.txt and upload it on Canvas through "Exercise 1.1 Submission" assignment.