10
I participate in two repositories on Github, the second being a clone of the first, and for now private (for security reasons).
I cloned this second on my machine to be able to work on top, but in addition to my own commits I also need to keep it updated with the first.
I’m studying about the git remote
, because I understood a git remote update
I could handle it, but I still have some doubts, for example:
1 - Is this really the best alternative to keep one Item up to date with another? (it being necessary that the second one be private)
2 - If I give one git remote add
to link the first Protocol in this private, and update it, when giving a push
run the risk of sending to the first (public)? Because this can not occur.