[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: Karl Reinl <karl.reinl@xxxxxxxxxx>
- Reply-to: karl.reinl@xxxxxxxxxx
- Date: Tue, 05 May 2026 22:01:19 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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
| 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> |
| Re: question about git-branches | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |