Giter Site home page Giter Site logo

info343-in-class's Introduction

INFO 343 In-Class Code

We will use this repo for all code we write in class. To begin, Fork this repo into your own account using the "Fork" button above.

On a Lab Machine?

Tell git who you are:

git config --global user.name "Your Name"
git config --global user.email [email protected]

Clone your forked repo to your machine:

git clone https://your-forked-in-class-repo-url

Add a remote to my original repo and pull any updates I've made to the master branch:

git remote add upstream https://github.com/info343-a16/info343-in-class
git pull upstream master

This may put you into a command-line text editor to approve the merge commit message. On the lab machines this editor will be vim. To accept the default commit message and exit, hit Esc and type :wq (for "write and quit").

On Your Own Laptop?

Get into the directory where you already cloned your repo and execute git status to see if you have any uncommitted changes. If you do, add and commit those changes.

If you haven't yet added a remote to my original repo, do that (only need to do this once):

git remote add upstream https://github.com/info343-a16/info343-in-class

Pull updates that I've made to my master branch:

git pull upstream master

This may put you into a command-line text editor to approve the merge commit message. By default this will be vim--to exit, hit Esc and type :wq (for "write and quit"). If you changed the editor to nano, hit Ctrl+X to exit (listed in the menu shown at the bottom).

info343-in-class's People

Contributors

drstearns avatar sbang97 avatar emarkovic avatar

Watchers

James Cloos 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.