git init --initial-branch=trunk git init -b trunk #This is configurable with the init.defaultBranch setting. #If I want all new repos to have "trunk" as the default branch: git config --global init.defaultBranch trunk