Skip to content

Renaming default branch from 'master' to 'main' #61

Description

@raxod502

Following https://github.com/github/renaming, I've renamed the default branch on el-patch from master to main. You can update your local copy following these instructions:

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

Let me know if this change causes any disruption and I can see what I can do to mitigate!

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