Project

General

Profile

Code on github

Added by Giraldeau Francis over 8 years ago

There was some discussion about using git for computree. I’m using git because it offers the possibility to work on multiple patches at once and hopefully get some review and testing before merging. I created an organisation on github with two repositories imported from svn:

https://github.com/computree

I just want to assure everyone, the main and official repository stays the onf svn repo. Nobody is required to use git, it’s just an additional option for those that may want to use it. With the git-svn tool, we can keep both git and svn in sync. The master branch on git is actually a mirror of the code hosted on svn.

I created a meta repository with submodules for the core and the plugins (no more scripts needed) and a root .pro file.

git clone https://github.com/computree/computree-meta.git
cd computree-meta
git submodule init
git submodule update

If you want to be added to the organisation on github, just send an email to me or Naime with your github username.

Thanks!