Versions Compared

Key

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

...

As a 1 time step, you’l want to tell your local rep repo about the central repo. Right now, it really only knows about “origin”, which is the copy of the repo that lives on your own github profile. To tell git about the central repo, you’l need to add a remote repo. You can do that by running

...