juancho9303 / DDM2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDM 2017

Build Status

Forking the Repository:

  1. Make a github account and log in.
  2. Click on the 'Fork' at the top right. This will create a 'fork' on your own account. That means that you now have the latest commit of the repo and its history in your control. If you've tried to 'git push' to the DDM2017 repo you'd have noticed that you don't have access to it.
  3. Once it's forked, you can go to your github profile and you'll see a DDM2017 repo. Go to it and get the .git link (green button)
  4. Somewhere on your machine, git clone git clone https://github.com/[YOUR_GIT_UNAME]/DDM2017.git. You also need to enter the directory
  5. Add our repo as an upstream. That way you can get (pull) new updates: git remote add upstream https://github.com/jbrinchmann/DDM2017.git
  6. git remote -v should give: origin https://github.com/[YOUR_GIT_UNAME]/DDM2017.git (fetch) origin https://github.com/[YOUR_GIT_UNAME]/DDM2017.git (push) upstream https://github.com/jbrinchmann/DDM2017.git (fetch) upstream https://github.com/jbrinchmann/DDM2017.git (push)
  7. Now you're ready to add files and folders to your local fork. Use git add, git commit and git push (origin master) to add your assignments.

About


Languages

Language:Jupyter Notebook 98.6%Language:Python 0.9%Language:TeX 0.6%Language:TypeScript 0.0%