spacetelescope / jwql

The James Webb Space Telescope Quicklook Application
BSD 3-Clause "New" or "Revised" License
64 stars 44 forks source link

Update remote to upstream in pull_jwql_branch.sh #1591

Closed bhilbert4 closed 4 months ago

bhilbert4 commented 4 months ago

Updates the remote used by pull_jwql_branch.sh to 'upstream' from the current 'origin'

This will allow the script to be used locally, since most developers use 'upstream' to refer to the spacetelecope fork of the repo.

In concert with this PR, we'll need to update the remote names on the servers with the same switch.

This resolves Jira issue JWQL-242

bhilbert4 commented 4 months ago

The remotes on the servers have been changed from origin to upstream, so this updated script should now work.