Code Monkey home page Code Monkey logo

berea-open-source-day's Introduction

Berea-Open-Source-Day

  1. Fork the repository

  2. Clone your forked version of the repo. It will have your username in the place of <YOUR_USERNAME>.

    • git clone https://github.com/<YOUR_USERNAME>/Berea-Open-Source-Day.git
  3. Change path to the project folder

    • cd Berea-Open-Source-Day
  4. Create a new branch

    • git checkout -b <BRANCH_NAME>
    • Example:
      • git checkout -b adding-name
  5. Open up the contributors.md file and write your name.

  6. To see the change you just made, run the following command

    • git status
  7. Add your changes

    • To add the changes files separately, you do
      • git add <FILE_NAME>
    • To add all the changed files, you can do
      • git add *
  8. Commit your changes

    • git commit -m "<COMMIT_MESSAGE>"
    • Example
      • git commit -m "added my name to the contributors file"
  9. Push your changes

    • git push origin <BRANCH-NAME>
    • Example (Note this is the branch we created in step 4):
      • git push origin adding-name
  10. Go to your repository on Github and refresh it. You will see a “Compare and pull request” button. Click on that button to start making your pull request.

berea-open-source-day's People

Contributors

bsaavedrabo avatar drummondsk avatar gahimbaref avatar hmanalai avatar kg4977 avatar nartehi avatar phattymcfee avatar thawpt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.