Some people talk about "URL's", some people talk about "remotes" and I couldn't find a simple and clear explanation for this.
Here's the idea:
When I'm paid (or whatever), I would like to push manually to another repo once, and I would like that the client sees "clearly" only the pushes I've made for him (= like there are no other pushes/branches).
Here's my configuration:
$ git remote -v show
origin [email protected]:olivierpons/my_repo.git (fetch)
origin [email protected]:olivierpons/my_repo.git (push)
How to do this?
and I would like that the client sees "clearly" only the pushes I've made for him (= like there are no other pushes/branches).
Then it is best to have:
Trying to keep multiple works inside the same repository is not a good fit when you want to share only "a part of it" to an external collaborator.
If you really want to push one branch, as in knittl's answer, you need to make sure:
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