Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 516 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 516 Bytes

Sandbox

This is a repo for us to play with.

Steps

  1. Fork repo that you want to contribute to
  2. Get the clone URL from your copy of the repo
  3. On your machine run git clone https://github.com/<username>/<reponame>.git e.g. git clone https://github.com/benthurgood/sandbox.git
  4. Make changes
  5. Add changes with git add <file>
  6. Commit changes with git commit -m "<comment>" e.g. git commit -m "added gitignore"
  7. Push changes to your repo with: git push origin master
  8. Create pull request