I need to fork an existing repository to a new remote.
What should be pushed to the new repository?
$ git remote add relocated http://new...
$ git push --all relocated
$ git push --tags relocated
What else should I put to the new remote?
3
I need to fork an existing repository to a new remote.
What should be pushed to the new repository?
$ git remote add relocated http://new...
$ git push --all relocated
$ git push --tags relocated
What else should I put to the new remote?
3