Hello, Just wanted to confirm that in order to keep new repositories initializing with `master` as the default branch the command would be: ``` git config --global init.defaultBranch master ``` Regards, Peter
Hello, Just wanted to confirm that in order to keep new repositories initializing with `master` as the default branch the command would be: ``` git config --global init.defaultBranch master ``` Regards, Peter