Skip to content

Branch rename from master to main on Wednesday, 16th July #12849

Open
@dfangl

Description

@dfangl

Changes

On Wednesday, the 16th of July we will rename the master branch of this repository to main.

Required changes

If you run a fork of LocalStack, with an upstream remote set to this repository, you will need to change your branch as well.
Assuming your remote is called "upstream", the upstream branch upstream/master will be tracked by the branch master. To adjust, you will need to run:

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

It will also make sense to update the default branch on your forks to main.

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