<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 19, 2019 at 6:53 PM Martin Landa <<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
ne 19. 5. 2019 v 17:43 odesílatel Markus Metz<br>Ideally, you would set up the local repo such that you pull from upstream and push to your fork.<br><br></blockquote><div>This is doable with: <a href="https://stackoverflow.com/a/4523625/592289" target="_blank">https://stackoverflow.com/a/4523625/592289</a></div><div><br></div><div>Nevertheless, occasionally, you might want to pull from your personal fork too. E.g. when  you want to collaborate on a feature with others. One way to do this is to agree that the development will happen on a branch on your own fork. It doesn't matter if you give write access to the other devs or if they make Pull Requests to your own fork, in the end you will have to pull those changes to your local repo. And in order to do that you will have to again edit your remotes.<br><br>For the record, in the above example the other devs would have to add your own personal repository as an additional remote.</div><div><br></div></div></div>