Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not assume Git default branch is called "master"
Running git init won't always create a "master" branch. More and more configurations creates a branch named "main", and the name of the initial branch can be changed using: [init] defaultBranch = nameofbranch To get the first branch created by git init, run: git branch --show-current
- Loading branch information