Get some practice in 😃
- Fork this repository.
- Copy the resulting git link.
git clone
this fork into yourmy-forked-repos
directory (review setup instructions).cd
into this repository.- Immediately
git checkout -b firstname-lastname
- Open up the
wat.js
file and remove the semicolon from the end of the line and save the file. git add wat.js
git commit -m 'remove semicolon to make the linter fail'
git push origin test-branch
- Head over to GitHub to make a PR from
firstname-lastname
.