Giter Site home page Giter Site logo

tutorials-16-17's Introduction

tutorials-16-17

Code examples for Online Multimedia in the winter term 2016 / 2017

How To Conveniently Get Tutorial Material

A step by step guide.

  1. Install git -- http://git-scm.com
  2. Open Git Bash (Windows) or a Terminal (Linux/macOS)
  3. Type cd && mkdir mmn && cd mmn. This will create a new Directory called "mmn" in your home folder and then step into it.
  4. Type git clone [email protected]:MIMUC-MMN/tutorials-16-17.git. If you are asked if you want to trust the server with the signature, type y or just hit Enter
  5. Type cd tutorials-16-17
  6. Type pwd. This will show you the path of the local repository, so something like this: /Users/<your user name>/mmn/tutorials-16-17
  7. Next time you want an update of the materials, just do open a terminal and do this cd /Users/<your user name>/mmn/tutorials-16-17 && git pull

Troubleshooting

  • If you can't pull because "some changes would be overwritten by merge", do this:
$ git stash
$ git pull
$ git stash pop

This will store your modifications temporarily and then restore them after the pull. If that doesn't work, you'll have to commit your changes and then merge with a merge tool.

  • again, if we can help in any way, please pull our sleeves on Slack.

Requirements

Please go through the required tools to make sure you have everything set up for the tutorials.

tutorials-16-17's People

Contributors

tobiasseitz 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.