Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Towards supporting Git based projects

Marios Fragkoulis edited this page Dec 18, 2013 · 19 revisions

AlitheiaCore already supports SVN-based projects. The fundamental difference between SVN and Git is that in Git a revision can have many parent revisions. It seems that the database schema can accommodate this characteristic of Git by design.

Clone this wiki locally