Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

515 et al #516

Closed ra-tolson closed 4 years ago

ra-tolson commented 4 years ago

Fixes #515 and last few items of code review feedback.

TIL to push a branch to a new remote after the branch has already been pushed to a different remote, you have to:

git branch --unset-upstream
git push --set-upstream the-new-remote