Skip to content

Rename local master branch to main #554

@felixcremer

Description

@felixcremer

I just renamed master to main and you would have to update your local git repos by running the following:


  git branch -m master main
  git fetch origin
  git branch -u origin/main main
  git remote set-head origin -a
  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions