Skip to content

Rename 'master' branch to 'main' #1562

@remkop

Description

@remkop

I will rename the 'master' branch of the picocli project to 'main'.

I will do this before releasing the 4.6.3 version.

Contributors will have to manually update their local environments. You may use the following commands to do so:

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

    theme: compatibilityIssues related to binary and source backwards compatibility

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions