Hi Piet, To list all branches, including the remote one, you can use *git branch -a.*
Best regards On Tue, Jul 27, 2021 at 11:05 AM Piet <[email protected]> wrote: > Hi Raymond, > > thank you for your hints. > > Compiling 3_20 is in progress now :) > > But 'git branch' shows > master > * release-3_20 > > but not all branches like 3.16 etc. > > It seems that 'git branch' shows the local branch only? > > > Kind regards > > > Piet > > > > Am 27.07.21 um 09:41 schrieb Raymond Nijssen: > > Hi Piet, > > > > > > On the command line: > > > > > git branch > > > > Will give you all the branches in the repository, where you will find > > release-3_20 > > > > > > > git checkout release-3_20 > > Will set your code to that branch > > > > > > > git pull > > Will fetch and update the latest code (including backported code for > > 3.20.1 > > > > Now you can build your 3.20, which will be 3.20.1 > > > > > > To all, correct me if I'm wrong here, please! :) > > > > Kind regards, > > Raymond > > > > > > > > On 27-07-2021 08:51, APM wrote: > >> Dear List, > >> > >> > >> my questions are more related to the git system, but I hope you'll > >> give me some information. > >> > >> > >> I like to compile QGIS on my own following > >> > >> > https://github.com/qgis/QGIS/blob/master/INSTALL.md#36-check-out-the-qgis-source-code > >> > >> > >> But I like to compile Qgis 3.20 and not the developement version. > >> > >> > >> My questions: > >> > >> > >> How to find the avaible versions ("branches"?) by using a > >> 'git'-command ? > >> > >> How to checkout a special version? > >> > >> > >> Further, what is the difference between "backport-43897-to-release-3_20" > >> > >> and "backport-44030-to-release-3_20"? > >> > >> > >> Futher, I red that there's a version 3.20.1, but I can't find it? > >> > >> Is this the 'master' branch? > >> > >> > >> Thank you very much! > >> > >> > >> Kind regards > >> > >> > >> Piet > >> > >> > >> > >> > >> _______________________________________________ > >> Qgis-user mailing list > >> [email protected] > >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user > > _______________________________________________ > > Qgis-user mailing list > > [email protected] > > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user > -- Ismail Sunni Software Engineer ismailsunni.id ismailsunni.wordpress.com
_______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
