GithubHelp home page GithubHelp logo

cs.earlham.edu's Introduction

Welcome to the cs.earlham.edu Web Repository

This repository is managed by the Content Administration Group (CAG) running out of Earlham College

To Contribute:

Note: GitHub Help Pages: http://help.github.com/

  1. Create a GitHub account if you do not have one
  1. Login into your GitHub if you have not already
  2. Navigate to this repository - https://github.com/earlham/cs.earlham.edu
  3. Click "Fork"
  4. Go to your user page and notice that you have a new repository, cs.earlham.edu
  5. To check out the repository:
  • If you have not already, install the GitHub software on your computer
  • Graphical:
    • Click the "Clone" button and follow the approapriate instructions:
    • Type git clone https://github.com/<your username>/cs.earlham.edu.git
    • Type cd cs.earlham.edu
  1. Editing Files:
  • Web:
    • You can edit files directly in GitHub by clicking on the file and then clicking "Edit"
    • When done, skip to step 9 in these instructions
  • Graphical:
    • Navigate to the folder you cloned and edit/add your files
    • When you are done, go back to the GitHub program and "commit" your changes
      • Refer to one of the help pages above to understand "commit"
  • Command Line:
    • Edit/Add any files but make sure to add them with git add <filename>
    • To Commit:
      • Type: git commit -m "Your Commit Message"
  1. Pushing back to your fork:
  • Graphical:
    • Click "Sync Branch"
  • Command Line:
    • Type: git push https://github.com/<your username>/cs.earlham.edu.git master
  1. Merge back to the Earlham core - https://github.com/earlham/cs.earlham.edu
  • To merge your changes back to the core, you will have to issue a "Pull Request" - refer to help pages
  • In your fork, click "Pull Request"
    • An administrator will check your code and approve or disprove it
  1. When editing your code again after a push and/or pull-request
  • Graphical:
    • Delete your fork
    • Go back to step 2 of these instructions
  • Command Line:
    • In your fork directory, type: git pull https://github.com/earlham/cs.earlham.edu
      • This will pull all the changes from the core back into your fork

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.