Morning all - as discussed for the last few months, the ISIS repository has migrated. The new URL for the ISIS repository is: https://github.com/DOI-USGS/ISIS3.
It looks like all issues and PRs migrated successfully! So, no worries there.
You may see a warning when pulling from the ISIS repo if you are developing. Assuming your upstream is named upstream, the command to change the URL is git remote set-url upstream https://github.com/DOI-USGS/ISIS3 (if using https) or git remote set-url upstream git@github.com:DOI-USGS/ISIS3.git (if using ssh).
So that we don't clutter that repo's issues with any changes you all see, could we keep the migration discussion in here?
Morning all - as discussed for the last few months, the ISIS repository has migrated. The new URL for the ISIS repository is: https://github.com/DOI-USGS/ISIS3.
It looks like all issues and PRs migrated successfully! So, no worries there.
You may see a warning when pulling from the ISIS repo if you are developing. Assuming your upstream is named
upstream, the command to change the URL isgit remote set-url upstream https://github.com/DOI-USGS/ISIS3(if using https) orgit remote set-url upstream git@github.com:DOI-USGS/ISIS3.git(if using ssh).So that we don't clutter that repo's issues with any changes you all see, could we keep the migration discussion in here?