←back to thread

166 points EarlyOom | 1 comments | | HN request time: 0.215s | source
1. peterhadlaw ◴[] No.43113928[source]
When making a new repo, reset your initial branch back to master with the following command:

git config --global init.defaultBranch master

There's the equivalent setting in GitHub.