Cornell TFPX repository
To contribute development, fork this repository on GitHub and then clone from your own fork:
git clone git@github.com:[you]/Cornell-sop.gitOtherwise, just directly clone this repository:
git clone git@github.com:jmonroym/Cornell-sop.gitor via HTTPS if you don't have SSH keys set up:
git clone https://github.com/jmonroym/Cornell-sop.gitTo contribute code, create a Pull Request from your fork (either the master/main branch or a feature branch) to this repository. Don't forget to merge in or rebase (preferred) any upstream changes before making the PR.