Git Product home page Git Product logo

assessments's Introduction

Assessments-2018

Assessments for combined curriculum of 2018

Get the Assessments to your computer:

  1. Visit the LEARN Github repo (LEARNAcademy/Assessments-2018)
  2. Click the "Fork" button on the top right (under the navbar)
  3. You will now find your own copy of the project saved under your repositories
  4. git clone your copy onto your machine

Make your changes and push your progress:

  1. Open the repo in atom on your computer
  2. Choose the week you want to work on and rename the file to your name (first and last) and the week number
  3. git add . and git commit -m "<message>" your changes, do these steps as a way to "save" your progress
  4. finally, git push your changes to Github

Push to Github and make a pull request:

  1. Make sure you have pushed your local changes
  2. Go to your assessment repo on Github to check that the version there is what you want to submit
  3. Go to the LEARNAcademy/Assessments-2018 repo
  4. Click the "New Pull Request" button
  5. On the pull request page, find the link to "compare across forks" and click it
  6. You will see two forks - find the "head" fork dropdown (3rd from the left), find and select your repo
  7. Give your pull request a title and any notes, then click "Create"

Updating your repo:

** This is the process to pull changes from the origin repo to your branch:

  1. Copy the url for the LEARNAcademy assessments repo
  2. Make sure you are on branch master (git checkout into master on your machine)
  3. Run git remote add upstream https://github.com/LEARNAcademy/Assessments-2018.git
  4. Run git pull upstream master to get remote changes

assessments's People

Contributors

berkeleycole avatar tbonillaeverett 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.