Re: [git-users] .gitconfig (global) Linux ok, MacOS ignores some setting

2023-08-09 Thread magnus
Uwe Brauer writes: Ha, thanks, excellent question, I did not check: ☹️ before asking 1. Ubuntu: 2.38.1 2. MacOS: 2.24.3 Oops, google tells me As of Git 2.28 (released 27th July 2020), you can now configure the name of the branch created when you init a new repository: git conf

Re: [git-users] .gitconfig (global) Linux ok, MacOS ignores some setting

2023-08-07 Thread Uwe Brauer
> Ha, thanks, excellent question, I did not check: ☹️ before asking > 1. Ubuntu: 2.38.1 > 2. MacOS: 2.24.3 Oops, google tells me As of Git 2.28 (released 27th July 2020), you can now configure the name of the branch created when you init a new repository: git config --global init

Re: [git-users] .gitconfig (global) Linux ok, MacOS ignores some setting

2023-08-07 Thread Uwe Brauer
>>> "m" == magnus writes: > Uwe Brauer writes: >> [[S/MIME Signed Part:Undecided]] >> >> Hi >> >> This is very odd indeed. I have basically the same (global) >> .gitconfig in my home directory in >> Linux (Ubuntu) and in MacOS (Catalina) >> >> One setting is [init] >> defaultBranch = default

Re: [git-users] .gitconfig (global) Linux ok, MacOS ignores some setting

2023-08-07 Thread magnus
Uwe Brauer writes: [[S/MIME Signed Part:Undecided]] Hi This is very odd indeed. I have basically the same (global) .gitconfig in my home directory in Linux (Ubuntu) and in MacOS (Catalina) One setting is [init] defaultBranch = default That works fine in Ubuntu, but in MacOs t

[git-users] .gitconfig (global) Linux ok, MacOS ignores some setting

2023-08-07 Thread Uwe Brauer
Hi This is very odd indeed. I have basically the same (global) .gitconfig in my home directory in Linux (Ubuntu) and in MacOS (Catalina) One setting is [init] defaultBranch = default That works fine in Ubuntu, but in MacOs the branch that is created per default is master. What is w