You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Richard Zowalla <rz...@apache.org> on 2022/08/16 09:44:16 UTC

Rename master to main -> update local copies

Hi all,

INFRA completed the rename operation from master to main for

- https://github.com/apache/tomee
- https://github.com/apache/tomee-site-generator
- https://github.com/apache/tomee-release-tools
- https://github.com/apache/tomee-tck
- https://github.com/apache/tomee-jakarta
- https://github.com/apache/tomee-jakartaee-api
- https://github.com/apache/tomee-patch-plugin
- https://github.com/apache/tomee-chatterbox

If you have a local clone, you can update master to main by running the
following commands:

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

I already adjusted the CI checkout points and the GitHub action
workflows, so we should be fine.

Gruß
Richard


Re: Rename master to main -> update local copies

Posted by Daniel Dias Dos Santos <da...@gmail.com>.
Thanks 😊

On Tue, Aug 16, 2022, 06:46 Richard Zowalla <rz...@apache.org> wrote:

> Hi all,
>
> INFRA completed the rename operation from master to main for
>
> - https://github.com/apache/tomee
> - https://github.com/apache/tomee-site-generator
> - https://github.com/apache/tomee-release-tools
> - https://github.com/apache/tomee-tck
> - https://github.com/apache/tomee-jakarta
> - https://github.com/apache/tomee-jakartaee-api
> - https://github.com/apache/tomee-patch-plugin
> - https://github.com/apache/tomee-chatterbox
>
> If you have a local clone, you can update master to main by running the
> following commands:
>
> git branch -m master main
> git fetch origin
> git branch -u origin/main main
> git remote set-head origin -a
>
> I already adjusted the CI checkout points and the GitHub action
> workflows, so we should be fine.
>
> Gruß
> Richard
>
>