Re: [Qgis-user] Find / checkout different branches Github

2021-07-27 Thread Piet
Hello Ismail, that's it, thank you! Kind regards Piet Am 27.07.21 um 11:12 schrieb Ismail Sunni: 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 > wrote:

Re: [Qgis-user] Find / checkout different branches Github

2021-07-27 Thread Ismail Sunni
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 wrote: > Hi Raymond, > > thank you for your hints. > > Compiling 3_20 is in progress now :) > > But 'git branch' shows >master > * release-3_20 > > but

Re: [Qgis-user] Find / checkout different branches Github

2021-07-27 Thread Piet
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

Re: [Qgis-user] Find / checkout different branches Github

2021-07-27 Thread 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

[Qgis-user] Find / checkout different branches Github

2021-07-27 Thread APM
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