Re: [git-users] Re: Feature Request: Recognizing which code belongs together and in what file and file segment it belongs.

2021-10-08 Thread skybuck2000
> > > Even better would be the compiler's parser for the code that would just > split out the major 'functional' segments that the code syntax already > defines. > > I agree with this assessment that having a compiler which can spit out meta data about code or some kind of API to understand

Re: [git-users] how *not* to push a certain branch but all others yes

2021-10-08 Thread Konstantin Khomoutov
On Thu, Oct 07, 2021 at 05:51:02PM +0200, Uwe Brauer wrote: [...] >> What command are you currently using to push "all main branches" or had you >> also implicitly asked how to do that? > No, I thought either > > git push > > Or > > git push --all > > Does this > >> The full form of