This is the Git repository used by some of the CGAL students. The repository that hosts the master
branch of CGAL is CGAL/cgal
.
To start working with this repository, you must also set the a remote repository that contains the master
branch of CGAL:
git remote add cgal [email protected]:CGAL/cgal.git
Then you can create your own working branch. Let's your name is rineau and you will work on the Triangulation
package:
git checkout -c gsoc2015-Triangulation-add_input_output-rineau cgal/master