Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 589 Bytes

File metadata and controls

19 lines (18 loc) · 589 Bytes

Hello

Return to the article
Let put what you've learnt into practice!

How to make a Pull Request

  1. Fork this repository
  2. Clone your forked repo to your computer
git clone <forked-link>
  1. 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
  1. Make a Pull Request to request your changes are merged to this repository!