When I'm working on a Git project, I clone the repo from Github, then add a remote: git remote add bitbucket https://[email protected]/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.
No, they are not. The git remotes are not a part of the git repository, and are only stored locally inside the .git
folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With