Assignment for HIS4936@University of South Florida
David J. Thomas, thePortus.com
- Make sure you are signed in to your GitHub Account
- Go to the GitHub page for this repo
- Click the "Fork" button near the top right of the page to copy the repository to your GitHub.com account
- Now that you are at your account's copy of the repo, click the "clone or download" button and clone it to your local computer
- Open up the repo folder using Atom (Go to File > Add Project Folder, then choose the folder)
- In the folder tree view on the left, double click source-analysis.md to open the only file you need to edit for this assignment
- Follow the directions in source-analysis.md and make changes to reflect your answers
- If you need a MarkDown cheatsheet, you can find one here. If you want to live-preview your MarkDown, you can use dillinger.io
- Save changes in Atom
- As you go, make commits using GitHub Desktop to preserve your progress
- Make sure you that have make a commit after your last change
- With GitHub Desktop, push your local changes to your GitHub.com account
- Go to the GitHub.com page for your copy of the repository
- Once there click the 'New Pull Request' button ([click here for help on Pull Requests])
- Set the left-hand repository to the master branch of the original copy of the repository
- Set the right-hand repository to the master branch of your copy of the repository
- Click 'Create Pull Request' and confirm the request to submit
- You are done!