When I'm working on a Git project, I clone the repo from Github, then add a remote: git remote add bitbucket https://foo@bitbucket.org/foo/bar.git
then I commit and push to both origin
and bitbucket
. Is the new remote also saved in Github? Will the other users see that I have added a new remote? Or is it just stored locally?
Thanks,
Which remotes are used for your copy of a repository is not part of the repository itself and thus not pushed. Note that the remotes can also be local or on private networks.