20 Dec
2018
20 Dec
'18
7:29 a.m.
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