Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Rename master to main #169

Open
stevecheckoway opened this issue Feb 26, 2021 · 0 comments
Open

Rename master to main #169

stevecheckoway opened this issue Feb 26, 2021 · 0 comments
Assignees

Comments

@stevecheckoway
Copy link
Collaborator

The current trend is to use main rather than master. GitHub has simple tooling for this. It doesn't change local checkouts (of course).

Here are the instructions for changing the local branches.

$ git branch -m master main
$ git fetch origin
$ git branch -u origin/main main
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants