- Clone your forked repo to your local machine.
- Create a new branch.
- Add your contributions.
-
Add a "Hello, World!" program in any language you like.
-
create aboutme-(yourname).md file and tell us about yourself.
## Your Name ### Bio A short line about you. ### Why you are interested in Programming The super cool projects that you have built. ### Hobbies & Interests The super awesome things that intrigue you and bring you joy. ### Profiles [![GitHub][github-img]](Link to GitHub profile)
- Come back to this repo
- click pull request -> New pull request
- click compare accross forks
- Compre the base of this repo, and the head of your repo. You will see the change you make in your forked repo
- Finally, click Add pull request and wait your PR (pull request) to be merged by author of this repo. 🎉 🎉
You can do the following steps to sync your fork with the upstream repository
git remote add upstream https://github.com/BrentHoskins84/OCC-First-Repo.git
git fetch upstream
git checkout master
git rebase upstream/master
Happy Coding 😁