Repo for code that can run outside the enclave, such as distance calculations, manipulation of shapefiles, aggregated maps, etc.
We recommend using a Feature Branch Workflow: each user works on their own local feature
branch, pushes final changes to a remote feature
branch. From the remote branch they can submit a pull request to the main branch on GitHub.
For more detailed description of the workflow check out the Atlassian tutorial.
Once you have your branch set up the main steps should be:
git add filename
git commit -m "adding filename"
git add filename
git commit -m "updating the filename"
git pull origin main
git push origin feature
Navigate to the GitHub interface and submit a Pull Request:
or if you do not see the pop-up navigate to the branch and click on the Contribute button: