Created for the Thinkful EI Program.
- Clone this project onto your local machine
- Create a new repo in your cohort organization prefixed
module-ex-and each of your names (e.g.module-ex-rich-mary) - Inside your local project directory, change the remote origin to your new remote repo with the following command:
git remote set-url origin [new-repo-url](do NOT enter the square brackets, just the repo url)
- If you entered the command correctly, then typing
git remote -vshould show the new repo url connected toorigin - Push to the new repo:
git push -u origin master - Begin the day's assignment as provided in the curriculum