[postgis-devel] PSC Vote: Move from svn to Git (and by git I mean Gitea)

Sandro Santilli strk at kbt.io
Tue Oct 22 06:40:46 PDT 2019


On Mon, Oct 21, 2019 at 12:04:20PM -1000, Darafei "Komяpa" Praliaskouski wrote:
> Is there a procedure documentation somewhere? A thing I need is "how to
> merge a GitHub pull request to master fixing something while merging". I
> have wget .. diff | patch -p1 + edit + commit workflow now and I need to
> know new one.
> 
> With those substitute commands I don't really care where master lives.

My (undocumented) way is:


  1. Get the patch in (I use my home-grown script to fetch a .patch
     and `git-am` it)

  2. Tweak

  3. Squash & push

Anyway I don't see how moving from SVN to GIT makes your workflow
harder... Which parts of your workflow you want to replace ?

--strk;


More information about the postgis-devel mailing list