Skip to content

switch primary branch from master to main #805

@sbc100

Description

@sbc100

All the other repos in our ecosystem have made the switch now so its really just catchup and consistency now.

Instructions for switching to main:

  1. Run git fetch to ensure origin/main is fetched.
  2. Run git remote set-head origin -a
  3. If you don't have any local branches you can just run:
  • git branch -m master main
  • git branch -u origin/main main
  1. If you do have local branches you will need to re-parent each of them onto main using:
  • git branch -u origin/main mybranch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions