[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question about git-branches


Le 05/05/2026 à 15:10, Karl Reinl a écrit :

Salut Benoît,

have  project with 2 bransches 'master' and 'devl'
But in the in the IDE branch-Dropdown I find also a 'devlEXT'

charlie@scenic64:~/gambas/3/CRM3/CRM$ git branch -l
* devl
   master
charlie@scenic64:~/gambas/3/CRM3/CRM$

After my researches no 'devlEXT' ever exists in that project
not local or remote.

Where can I look to find out how that 'devlEXT' is merged int the list


The list of branches is computed by the 'CVersionControlGit.GetBranches()' method, that does apparently some complex things.

I guess this is something returned by one of the 'git' commands run by this method that is misinterpreted...

That command runs: 'git branch -a' and 'git tag'.

Run it manually to see what you get.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: question about git-branchesKarl Reinl <karl.reinl@xxxxxxxxxx>
References:
Functionality or Counting ErrorKarl Reinl <karl.reinl@xxxxxxxxxx>
Re: Functionality or Counting ErrorBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
question about git-branchesKarl Reinl <karl.reinl@xxxxxxxxxx>