Adding a small feature to PostGIS topology

Sandro Santilli strk at kbt.io
Sun Mar 15 04:46:07 PDT 2026


On Sun, Mar 15, 2026 at 01:44:06AM +0000, Scott Smith wrote:

> When I have tried typing 'git push' and specifying the repo, I get an
> error message that it can't find the repo. What do I need to do so that
> git would know what collection to look under to find the repo?

Syntax is:

  git push $remote $localbranchname:$remotebranchname

You'll have to create a remote branch,
for example by forking the official repository
(the "fork" button on https://gitea.osgeo.org/postgis/postgis)

Then you'd add that remote with something like:

  git remote add myfork git at gitea.osgeo.org:$my_OSGeo_UserID/postgis.git

Then you'll be able to push to it.
Write me privately if you need a mantra to create your OSGeo_UserID, if
you don't have one already.

--strk;




More information about the postgis-devel mailing list