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