Skip to content

Change coming ahead: Renaming master branch to main 💥 #175

@andygrunwald

Description

@andygrunwald

Hey all,

I plan to rename our default branch master to main.
Why? This is mainly described in https://github.com/github/renaming

How to migrate

If you have a local version of go-gerrit, here is how you can migrate:

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

When we make the change?

On Monday, the 4th of November 2024

I have concerns ...

Please add a comment to this issue.

Additional information

This issue is just for informational purposes.

@dmitshur @opalmer Please let me know how you think about this renaming operation.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions