Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename 'master' branch to 'main' #1562

Closed
remkop opened this issue Jan 31, 2022 · 0 comments
Closed

Rename 'master' branch to 'main' #1562

remkop opened this issue Jan 31, 2022 · 0 comments
Labels
theme: compatibility Issues related to binary and source backwards compatibility
Milestone

Comments

@remkop
Copy link
Owner

remkop commented Jan 31, 2022

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
@remkop remkop added the theme: compatibility Issues related to binary and source backwards compatibility label Jan 31, 2022
@remkop remkop added this to the 4.6.3 milestone Jan 31, 2022
@remkop remkop closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: compatibility Issues related to binary and source backwards compatibility
Projects
None yet
Development

No branches or pull requests

1 participant