Skip to content
New issue

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 with defaultBranch main #94

Open
todd-dsm opened this issue Jul 5, 2022 · 0 comments
Open

update the gitconfig with defaultBranch main #94

todd-dsm opened this issue Jul 5, 2022 · 0 comments

Comments

@todd-dsm
Copy link
Owner

todd-dsm commented Jul 5, 2022

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...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant