Put your code in the folder corresponding to the challenge and have your name in the file title!
- On this repositories GitHub page click "Fork" in the top right corner:
- In your forked repository put your code in the folder corresponding to the challenge and have your name in the file title!
- Commit your changes in your forked repository
git push upstream main
- To merge the changes made in your forked repository back into the original repository
- NOTE: There might be a conflict, but mostly there shouldn't
git fetch upstream
git checkout main
git merge upstream/main
- Fix merge conflicts
- Commit all your changes to your forked repository
git push upstream
- To merge the changes made in your forked repository back into the original repository