Git Product home page Git Product logo

dat3-students's Introduction

DAT 3 Student Repository

Student work for General Assembly's Data Science course in Washington, DC (10/2/14 - 12/18/14).

View course materials in the main course repository.

Guidelines for contributing

  • Use valid Markdown in your Markdown files
  • When naming files, never use spaces and generally avoid capital letters
  • Don't add large files unless absolutely necessary (e.g., resize your images to a reasonable size)

Initial setup

  1. Fork the primary DAT3-students repo on GitHub
  2. git clone URL_of_your_fork: copy your fork to your local computer (automatically defines your fork as the remote origin)
  3. cd DAT3-students: change into the DAT3-students subdirectory that was just created
  4. git remote add upstream URL_of_primary_repo: define the primary DAT3-students repo as the remote upstream

Recipe for submitting homework

  1. git pull upstream master: fetch changes from the master branch of upstream, and merge those changes into your master branch
  2. Copy your homework file(s) to your folder
  3. git add . or git add name_of_file: stage file modifications, additions, and deletions
  4. git status: check that you staged what you intended to stage
  5. git commit -m "message about commit": commit any changes that have been staged
  6. git push origin master: push your changes to the origin
  7. On GitHub, create a pull request: ask the upstream to merge your changes into its master branch

Other useful commands

  • git status: view the status of files in your repo (untracked, modified, staged)
  • git log: view the detailed commit history (type q to quit)
    • git log -1: only show the last commit (you can use any number)
    • git log --oneline: show each commit on a single line
  • git remote -v: view your remotes
  • Detailed reference guide
  • Quick reference guide

dat3-students's People

Contributors

justmarkham avatar cleonard1261 avatar rafaan avatar danielmatthews avatar edeo avatar josiahdavis avatar innatewonderer avatar xlinda avatar heathmills avatar christineluongo avatar prathmesh avatar nerdenberger avatar

Stargazers

Mohammed Hasanul Chowdhury avatar  avatar  avatar  avatar

Watchers

James Cloos avatar Antony Hanist 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.