Skip to content

ThaisAlvarenga/introduction_interactive_media

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Interactive Media

Code examples for the NYU Abu Dhabi class IM-UH 1010.

Usage

Initialization (you only need to do these steps once):

If you haven't installed git on your computer, install git on your computer (or optionally here's a different set of instructions).

Change directory (cd on the command line) into the location where you want the class repository to live.

Clone the repo to your computer: git clone https://github.com/aaronsherwood/introduction_interactive_media.git

Regular Use:

If working off any example, copy that example somewhere outside of the repo to mitigate any merge conflicts later on.

To get new examples: git pull

If you're unsure if you've been working in examples directly in the repo you can stash everything before pulling:

  • git stash
  • git pull

To get stashed code back: git stash pop

To see what's been stashed: git stash list

To remove all stashes: git stash clear

To reset everything to be just like the repo online:

  • git fetch origin
  • git reset --hard origin/master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Processing 1.2%
  • C++ 0.5%
  • C 0.0%
  • HTML 0.0%
  • Java 0.0%