List of commits:
Subject Hash Author Date (UTC)
added usage to readme 8125b1f4f8cb59d96c8444accab88d77bf6dd42a mcehlert 2014-01-09 16:02:47
a lot of refactoring for more modular structure 660e0d15e9b18aa9c1100c874e2140220f1c5860 mcehlert 2014-01-09 15:51:02
a lot of refactoring for more modular structure dcf7bd73ccc2f871ab8d48c43d11a8e5b392b6de mcehlert 2014-01-09 15:50:53
initial commit - pre colloquim state 655c77556f9d8e40b52893887cdb0d90f726fdbf Mathias Ehlert 2013-11-22 13:47:29
Initial commit f53ec7a3f25d55c53aa12c2682b216e16570cdc7 Mathias Ehlert 2013-11-22 13:37:47
Commit 8125b1f4f8cb59d96c8444accab88d77bf6dd42a - added usage to readme
Author: mcehlert
Author date (UTC): 2014-01-09 16:02
Committer name: mcehlert
Committer date (UTC): 2014-01-09 16:02
Parent(s): 660e0d15e9b18aa9c1100c874e2140220f1c5860
Signing key:
Tree: 732d282958222a6c1f49fd1a57baf7522dc7f4d2
File Lines added Lines deleted
README.md 3 0
File README.md changed (mode: 100644) (index 775e9a6..924a1df)
... ... coria-backend
2 2 ============= =============
3 3
4 4 Connectivity Risk Analysis Python Backend Connectivity Risk Analysis Python Backend
5
6 usage: start.py [-h] filename
7
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/coria/coria-backend

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/coria/coria-backend

Clone this repository using git:
git clone git://git.rocketgit.com/user/coria/coria-backend

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main