Skip to content

BrentHoskins84/OCC-First-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

    ## 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)
    

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 😁

About

For OCC students to preform first commits

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published