Comment by lloeki
3 days ago
> I like not conflating those two things
Fair enough!
It simply occurred to me that if your `user.defaultBranch` is set to e.g `trunk` then presumably when you `git init` you also want it to create a `trunk` branch, ergo `init.defaultBranch` would be set to the same value, ergo... irrespective of naming, could they actually be the same thing?
I can see a case for keeping them apart too though.
That's a good point, I think I will update my scripts to use this instead :)