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

2021-10-07 Thread Philip Oakley
On 07/10/2021 16:51, Uwe Brauer wrote: >> The inconvenience is that you need to remember to create your local branches >> using that convention (and rename current branches - which is easy to do by >> using the `git branch -M` command). > I admit I am confused: I thought I should use the same

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

2021-10-07 Thread Uwe Brauer
>>> "KK" == Konstantin Khomoutov writes: Hi Thanks for your detailed answer > On Wed, Oct 06, 2021 at 03:13:11PM +0200, Uwe Brauer wrote: >> I am facing the following situation, a repository I contribute to, has >> at least 3 main branches (2 besides master/main). >> >> Now I sometimes create

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

2021-10-07 Thread Philip Oakley
On 07/10/2021 10:04, Magnus Therning wrote: > > skybuck2000 writes: > >> Here is a "real-world" example: >> >> The original repository is this one: >> https://github.com/PascalCoin/PascalCoin >> >> My restructured repository is this one: >> https://github.com/SkybuckFlying/PascalCoinRestructured

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

2021-10-07 Thread Magnus Therning
skybuck2000 writes: Here is a "real-world" example: The original repository is this one: https://github.com/PascalCoin/PascalCoin My restructured repository is this one: https://github.com/SkybuckFlying/PascalCoinRestructured I only took a quick glance at the two repositories, but it

[git-users] GIT Private Server on FreeBSD

2021-10-07 Thread Sai Kiran Kumar Reddy Y
Hii I am trying to set up a private git server on FreeBSD Machine. I am trying to use smart-http to authenticate. I am attaching apache configuration file(httpd.conf) in "/usr/local/etc/apache24/". My git repos are present inside the folder: /home/git/repos/ test.git is a bare repository. I