
Personal GIT repo, please fork
Posted Monday, 9 April, 2012 - 18:24 by phq inHi
I made a personal GIT repo of OpenTK.
https://github.com/hultqvist/opentk
get is using: git clone git://github.com/hultqvist/opentk.git
The "trunk" branch is a fork of the mono/opentk/master branch with later commits from svn cherrypicked.
I also have my own complete git-svn branch locally that I use to track any new commits to the svn repo.
If anyone wonders if it was difficult to make the transition, well not really: "git svn clone https://opentk.svn.sourceforge.net/svnroot/opentk/trunk"
The "master" branch in hultqvist/opentk is my personal release of work that I have done myself of found elsewhere.
I hope that some of you that would like to use git can fork this so that I can pull back changes to my own easily.
This is mostly a svn checkout into git from where I as an enthusiasts can contribute in a (git) managed manner.
However if this ends up being a success then I can see how TheFiddler makes his own "the_fiddler" or "opentk" account on github to pull from others to make the releases and manage the issue tracking.

