On Dec 5, 2018, Eric fried wrote:
This started off as a response to some questions Sundar asked, but Ithought it might be interesting/useful for new[er] OpenStack developers at large, so broadcasting.
Most of this is familiar material for those used to github process. The 'git restack' part is interesting, though it seems a lot like 'git rebase -i'. Eric answered far more than what I asked. Thanks, Eric. Regards, Sundar
On 2018-12-19 18:01:27 -0800 (-0800), Nadathur, Sundar wrote: [...]
Most of this is familiar material for those used to github process. The 'git restack' part is interesting, though it seems a lot like 'git rebase -i'. [...]
That's precisely what it is, plus a little scripting to figure out how to identify the last commit in your history in common with the remote branch so that you don't inadvertently rebase onto a newer branch state and unnecessarily muddy the subsequent interdiff for your reviewers. -- Jeremy Stanley
participants (2)
-
Jeremy Stanley
-
Nadathur, Sundar