Return to the article
Let put what you've learnt into practice!
- Fork this repository
- Clone your forked repo to your computer
git clone <forked-link>
- Make some changes and commit them to your local repo, then push those changes up to your forked repository
$ git add .
$ git commit -m "<commit-message>"
$ git push origin master
- Make a Pull Request to request your changes are merged to this repository!