CGoGN is a geometric modeling C++ library that provides an efficient implementation of combinatorial maps.
- Fork this GitHub repository
- Clone your GitHub fork on your working machine
- Checkout the "develop" branch
- From here, create your own "[user]" branch to commit your work in
- Push your branch with its commits in your GitHub fork
- Create a Pull Request from your "[user]" branch to the "develop" branch of this repository
If you want to update your repository with commits from other contributors, with your "[user]" branch as current branch, you can pull the "develop" branch of this repository. This will fetch new commits and merge them in your branch.