Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
themeMidnight
git remote add upstream git@github.com:edgexfoundry/edgex-go.git
git remote -v
origin git@github.com:JPWKU/edgex-go.git (fetch)
origin git@github.com:JPWKU/edgex-go.git (push)
upstream git@github.com:edgexfoundry/edgex-go.git (fetch)
upstream git@github.com:edgexfoundryyedgexfoundry/edgex-go.git (push)



The `origin` remote points to the fork and the `upstream` remote points to edgexfoundry/edgex-go. By default, the origin remote is set to the fork when you clone.

...