Versions Compared

Key

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

...

Code Block
git remote add <other> /path/to/local/repo/repository.git
git fetch other<other>

Remove the added repository

...