This is a repo for us to play with.
- Fork repo that you want to contribute to
- Get the clone URL from your copy of the repo
- On your machine run
git clone https://github.com/<username>/<reponame>.git
e.g.git clone https://github.com/benthurgood/sandbox.git
- Make changes
- Add changes with
git add <file>
- Commit changes with
git commit -m "<comment>"
e.g.git commit -m "added gitignore"
- Push changes to your repo with:
git push origin master
- Create pull request