Giter Club home page Giter Club logo

be_bc_f19's Introduction

be_bc_f19

This repository not only contains the course materials but only solutons and assignment answers credited to STP for Behavioral Economics at Boston College, Fall 2019. If you need any further explanation or need to quote/cite the answer, please contact me immediately. Any violation against my will will be subject to rights reserved.

Git(Hub)

You can clone this repository to your computer and pull updates when they are posted. You should keep your personal course files (notes, code files with your comments, etc.) in a separate repository.

First make sure you installed Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

To get class files on your Desktop:

  1. Open your Terminal and navigate to where you want keep class files
    • e.g. if I want to put it on my desktop I run cd ~/Desktop on the Terminal command line
  2. Now clone this repository: git clone https://github.com/behavioral-economics/be_bc_f19.git
  3. To download and integrate changes to the repository run: git pull, short for git pull origin master.
    • Note: you can also use git fetch, which downloads but does not integrate. Big debate about which is better. Since the class repository contains material that only I edit, I recommend using git pull.

To set up and manage your own repository:

  1. Create a repository on GitHub and give it a good name (e.g. "be_bc_f19_yourname")
  2. Clone it to your computer
  3. All files in this repository are now tracked by Git. When you are ready to "save" a file with Git, run git add filename (or to save everything run git add -A)
  4. Commit your saves with a message: git commit -m "changed the filename". Make sure the message is meaningful.
  5. Now push the saves to GitHub, the remote repository: git push

You can check the status of a repository at any time with git status.

Some helpful resources:

be_bc_f19's People

Contributors

lrdegeest avatar sherrytp 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.