enplotz / graph_zahl

Repository for the project of Data Management in the Cloud in the summer term 2013.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph_zahl

Repository for the project of Data Management in the Cloud in the summer term 2013.

Links

Contribute

  • Fork this repository
  • Clone your fork to your local hard disk git clone https://github.com/YOUR_USER_NAME/graph_zahl.git && cd graph_zahl
  • Add this repo as upstream git remote add upstream https://github.com/enplotz/graph_zahl.git
  • Do your changes some branch, commit to your local repo and push branch to your github repository git push origin CURRENT_BRANCH_NAME
  • Issue a pull request to this repository for the changes to be merged here

Before you do changes, ensure that you have the latest changes merged into your repository:

  • git fetch upstream
  • git merge upstream CURRENT_BRANCH_NAME

About

Repository for the project of Data Management in the Cloud in the summer term 2013.


Languages

Language:Java 100.0%