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

Reply via email to