[geos-devel] Weekly Report 5 - Adding Voronoi Diagram to GEOS
vishal tiwari
hi.vishal123 at gmail.com
Wed Jul 24 13:26:18 PDT 2013
Hey,
I have sent some pull requests, can you review them once.
Thanks,
Vishal
On 24 July 2013 13:00, Sandro Santilli <strk at keybit.net> wrote:
> On Wed, Jul 24, 2013 at 12:13:01PM +0530, vishal tiwari wrote:
> > Hey,
> >
> > i have made separate branches, where i have made a subsets
> > of functionality, but when i send a pull request, i see that all the
> > previous commits are also there. And it says 23 commits awaited to
> > be merged, but i only want the last commit for that branch. How do i
> remove
> > the previous commits, that i made before?
>
> One thing you could do is cherry-pick the commit you're interested in
> from another branch which tracks the origin master.
>
> Example:
>
> # save all changes into a separate branch, check it out
> master$ git branch allchanges
>
> # reset local "master" branch to be the same as the origin one
> master$ git reset --hard origin/master
>
> # create another branch for the triange improvements
> master$ git checkout -b triangle
>
> # cherry-pick the last commit in "allchanges"
> triangle$ git cherry-pick allchanges
>
> # push your proposed update online
> # (assumes your fork remote is called "myfork")
> triangle$ git push -u myfork triangle
>
> Please make sure to backup your changes before, just in case... :)
>
> --strk;
> _______________________________________________
> geos-devel mailing list
> geos-devel at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geos-devel
>
--
Vishal Tiwari
Undergraduate
Computer Science and Engineering
Lab for Spatial Informatics
IIIT-Hyderabad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geos-devel/attachments/20130725/e8b70109/attachment.html>
More information about the geos-devel
mailing list