Notes from Aaron Meurer's tutorial on the git workflow
- Clone the repository.
git clone clone-url
-
Fork the repo on GitHub to your personal account. Click the Fork button on the main repo page.
-
Add your fork as a remote. This remote will be named after your github username. Go to the fork of the user repository (e.g. https://github.com/username/xxxx - replace username with the GitHub username-), and copy the clone url as in step 1. cd to the clone from step 1 and run