[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: question about git-branches
[Thread Prev] | [Thread Next]
- Subject: Re: question about git-branches
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Tue, 5 May 2026 15:41:39 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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.
| Re: question about git-branches | Karl Reinl <karl.reinl@xxxxxxxxxx> |
| Functionality or Counting Error | Karl Reinl <karl.reinl@xxxxxxxxxx> |
| Re: Functionality or Counting Error | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
| question about git-branches | Karl Reinl <karl.reinl@xxxxxxxxxx> |