npx git-the-latest
This configures git init to default the primary branch to latest instead of
master by creating a git template directory at ~/.git-template and running
git config --global to set that directory as the default for creating new
repos.
MIT