the upcoming NB 20 release should be able to pick up the user configured
init branch name automatically:
https://github.com/apache/netbeans/pull/6528
the first release candidate should be available some time next week if
everything works well,
-mbien
On 03.09.23 05:22, Christoforos Korifidis wrote:
Thanks for the infor Michael, it was very helpful.
I checked and there is an open PR for this, so we have to wait until
it is implemented.
με εκτίμηση
Χριστόφορος Κορυφίδης
κιν./mob. : +30 6932606269
Διεύθυνση: Κώτσου 9, 34100 Χαλκίδα.
Address : Kotsou 9, 34100 Chalkida Greece.
On Sat, 2 Sept 2023 at 22:02, Michael Bien <mbie...@gmail.com> wrote:
Hi,
the initial branch name seems to be hard coded atm:
https://github.com/apache/netbeans/blob/0322fce7c3f5c9335f2bcb00e5751de81fdb7ffb/ide/git/src/org/netbeans/modules/git/api/Git.java#L108
Better behavior would be to read out the 'init.defaultBranch' git
property and use it if it was set. Feel free to file an issue or
open a PR.
I just tested it with a fairly recent git build and the default
branch is still called 'master' if it wasn't specified in the
config file:
[tmp]$ git --version
[tmp]$ git version 2.42.0
[tmp]$ mkdir foo
[tmp]$ cd foo
[foo]$ git init
hint: Using 'master' as the name for the initial branch. This
default branch name
hint: is subject to change. To configure the initial branch name
to use in all
hint: of your new repositories, which will suppress this warning,
call:
hint:
hint: git config --global init.defaultBranch <name>
best regards,
michael
On 02.09.23 15:00, Christoforos Korifidis wrote:
Hello,
When I initialize Github repository for a project it start with
master branch instead of mail.
Is there a way I can change this?
I could not find this property in setting for Team.
I am using Netbeans 18.
με εκτίμηση
Χριστόφορος Κορυφίδης
κιν./mob. : +30 6932606269
Διεύθυνση: Κώτσου 9, 34100 Χαλκίδα.
Address : Kotsou 9, 34100 Chalkida Greece.