We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update the gitconfig
git config --global init.defaultBranch main
[user] name = fName lName email = [email protected] [core] editor = vim pager = cat excludesfile = ~/.gitignore [color] ui = true [push] default = matching [alias] rlog = log --reverse [pull] rebase = false [init] defaultBranch = main <--- adds this
This will get us past the information displayed
hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
update the gitconfig
git config --global init.defaultBranch main
This will get us past the information displayed
The text was updated successfully, but these errors were encountered: