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

Re: question about git-branches


Am Dienstag, dem 05.05.2026 um 15:41 +0200 schrieb Benoît Minisini:
> 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,
> 

Salut Benoît,

sorry for the noise the problem was between the screen and the chair.
Was looking in the wrong project.

-- 
Amicalement
Charlie

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>
Re: question about git-branchesBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>