/00-test-repo-demo

This is only a test.

Primary LanguageJavaScript

CF Test Repo (Demo)

This is only a test. Become familiar with the workflow for your lab assignments!

Get some practice in 😃

  1. Fork this repository.
  2. Copy the resulting git link.
  3. git clone this fork into your my-forked-repos directory (review setup instructions).
  4. cd into this repository.
  5. Immediately git checkout -b firstname-lastname
  6. Open up the wat.js file and remove the semicolon from the end of the line and save the file.
  7. git add wat.js
  8. git commit -m 'remove semicolon to make the linter fail'
  9. git push origin test-branch
  10. Head over to GitHub to make a PR from firstname-lastname.