项目作者: BrentHoskins84

项目描述 :
For OCC students to preform first commits
高级语言: HTML
项目地址: git://github.com/BrentHoskins84/OCC-First-Repo.git
创建时间: 2019-10-22T00:26:27Z
项目社区:https://github.com/BrentHoskins84/OCC-First-Repo

开源协议:

下载


Operation Code Club Jr. HacktoberFest 2019


GitHub search hit counter
GitHub language count

Getting Started

Fork this repository on GitHub by clicking the Fork button in the top right of this page.


  • Clone your forked repo to your local machine.
  • Create a new branch.
  • Add your contributions.

There are 2 easy ways to contribute to this project:


  • Add a “Hello, World!” program in any language you like.
  • create aboutme-(yourname).md file and tell us about yourself.

    1. ## Your Name
    2. ### Bio
    3. A short line about you.
    4. ### Why you are interested in Programming
    5. The super cool projects that you have built.
    6. ### Hobbies & Interests
    7. The super awesome things that intrigue you and bring you joy.
    8. ### Profiles
    9. [![GitHub][github-img]](Link to GitHub profile)

Create Pull Request


  • 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. 🎉 🎉

How to resolve merge conflicts 😥


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 😁