- Clone this repo
git clone git@github.com:mapbox/mapboxgl-jupyter.git - Create a new branch
git branch my-branch-name - Check out the branch
git checkout my-branch-name - Commit your code changes
- Push your branch
git push origin my-branch-name - Make a PR from branch to merge into
master. - Get a code review.
- Merge into master.