Hi,

These instructions in the INSTALL.md lack a context and are quite confusing there IMHO. They should probably go to the developers guide (https://docs.qgis.org/testing/en/docs/developers_guide/git.html#development-in-branches). It is more a git/development tip than a build instructions.

Regards,

Harrissou

Le 21/05/2024 à 01:43, Even Rouault via QGIS-Developer a écrit :
Hi,

The procedure at https://github.com/qgis/QGIS/blob/master/INSTALL.md#39-building-different-branches is more for developers to create feature branches and submit pull requests

To just built the release-3_36 branch,

Assuming that "origin" is your remote pointing to https://github.com/qgis/qgis (if not "git remote add origin https://github.com/qgis/qgis";, or replace origin by the name of the remote that points to https://github.com/qgis/qgis )

from your release-3_36 directory:
git fetch origin release-3_36
git reset --hard origin/release-3_36    # make sure you have no local changes before doing that!

Even

--
http://www.spatialys.com
My software is free, but my time generally not.

_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info:https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe:https://lists.osgeo.org/mailman/listinfo/qgis-developer
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to