<div dir="ltr">I am sorry because I am probably about to ask something stupid. Isn't this what you want Bill?<div><br></div><div><div>  $ git remote add gl/$username <a href="https://gitlab.kitware.com/$username/$project.git">https://gitlab.kitware.com/$username/$project.git</a></div><div>  $ git fetch gl/$username</div><div>  $ git log -p master..gl/$username/$branch       # view changes</div><div>  $ git cherry-pick master..gl/$username/$branch  # apply changes</div></div><div><br></div><div>This looks identical to the Gerrit workflow where you fetch and cherry-pick or rebase. Once you fetch from a particular branch, you should be able to do anything with it without fully updating to that branch?</div><div><br></div><div>-berk</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 17, 2015 at 5:27 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think I can download patches and use them in a new branch.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Tue, Mar 17, 2015 at 2:18 PM, Will Schroeder<br>
<<a href="mailto:will.schroeder@kitware.com">will.schroeder@kitware.com</a>> wrote:<br>
> I agree with Utkarsh. My old brain cells are definitely grumbling at the<br>
> moment since all I want to do is write algorithms and not jump through hoops<br>
> ;-) but with enough feedback and the smarts of this community I believe that<br>
> we will make this work. After all we eventually made gerrit work ....<br>
><br>
> W<br>
><br>
> On Tue, Mar 17, 2015 at 5:10 PM, Utkarsh Ayachit<br>
> <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br>
>><br>
>> > I will give it a try. But I suspect my contributions will drop off.<br>
>><br>
>> That'd be a shame! I am sure we can come up with an alias or something<br>
>> that'd make this easier -- let's give it a little time to settle.<br>
>> There's work happening behind the screens for moving ParaView to<br>
>> gitlab. Once that's live and well, we can focus on ironing out these<br>
>> kinks.<br>
>><br>
>> Utkarsh<br>
>> _______________________________________________<br>
>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at<br>
>> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>><br>
>> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://public.kitware.com/mailman/listinfo/vtk-developers" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
>><br>
><br>
><br>
><br>
> --<br>
> William J. Schroeder, PhD<br>
> Kitware, Inc.<br>
> 28 Corporate Drive<br>
> Clifton Park, NY 12065<br>
> <a href="mailto:will.schroeder@kitware.com">will.schroeder@kitware.com</a><br>
> <a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>
> <a href="tel:%28518%29%20881-4902" value="+15188814902">(518) 881-4902</a><br>
<br>
<br>
<br>
</div></div><span class="im HOEnZb">--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br></div>