Cheuk Ting Ho
@cheukting_ho
Cheukting
https://github.com/
https://github.com/my-first-pr/first-timers
Linux: included as default
Mac: install Xcode CLT
Window: Git for Windows
https://help.github.com/en/articles/cloning-a-repository
cd first-timers/
git checkout -b <new_branch>
Add your name on the readme.md
git commit -a -m "My first PR."
git push --set-upstream origin <your branch>
Β
You have created your first PR!!!!