<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br></div><div><br>On 31 août 2013, at 12:33, Pierre Sutra &lt;<a href="mailto:pierre.sutra@unine.ch">pierre.sutra@unine.ch</a>&gt; wrote:<br><br></div><blockquote type="cite"><blockquote type="cite"><span>^ It'll be easier for you to keep up with the latest master changes in</span><br></blockquote><blockquote type="cite"><span>upstream if you work on topic branches instead of your fork's master [1]</span><div style="display: none; "><br></div></blockquote><span>If I understand correctly, this does not provide me with a copy on a</span><br><span>remote stable storage. Besides, I am not the only one to work on these</span><br><span>modifications.</span><br></blockquote><br><div>I am not following your remark about remote stable storage completely but working on a topic branch is not different than working on master. It is literally just a different name. The big thing is that you then are able to work on different topics. Wen you need to work on a new topic, create a branch off upstream's master.&nbsp;</div><div><br></div><div>Wen you are ready to share - ie asap - simply push the topic branch on your github fork.&nbsp;The reviewer will then take your branch, rebase it off master if changes have happened since then, and push the new master.&nbsp;</div><div><br></div><div>If others work on your topic branch, they can add your remote repo, push their changes and offer you a pull request on your fork. I many ways, it is no different than the initial topic branch.&nbsp;</div><div><br></div><div>A few useful links</div><div><br></div><div><span style="font-family: '.HelveticaNeueUI'; font-size: 15px; line-height: 19px; white-space: nowrap; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; "><a href="http://in.relation.to/Bloggers/HibernateMovesToGitGitTipsAndTricks">http://in.relation.to/Bloggers/HibernateMovesToGitGitTipsAndTricks</a></span></div><div><span style="font-family: '.HelveticaNeueUI'; font-size: 15px; line-height: 19px; white-space: nowrap; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; "><a href="http://emmanuelbernard.com/blog/2010/05/31/git-how-my-life-has-improved-since-last-month-when-i-used-svn/">http://emmanuelbernard.com/blog/2010/05/31/git-how-my-life-has-improved-since-last-month-when-i-used-svn/</a></span></div></body></html>