On samedi 12 mai 2018 11:37:36 CEST Ari Jolma wrote: > Even Rouault kirjoitti 12.05.2018 klo 11:18: > > > Now I did it by creating a local clone of OSGeo/gdal and > > > > > > editing/committing/pushing its release/2.3 branch. > > > > You can use a single clone for all branches and uses git checkout to > > switch branches. > > I know that but the issue here was that I had my local clone from *my > fork* as this page seems to instruct
A single clone can have several upstream sources. For example, $ git remote -v origin [email protected]:OSGeo/gdal.git (fetch) origin [email protected]:OSGeo/gdal.git (push) rouault [email protected]:rouault/gdal.git (fetch) rouault [email protected]:rouault/gdal.git (push) If you don't have a branch that is only in origin, you do $ git fetch origin $ git checkout release/2.3 -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
