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 default branch from master to main #18

Open
DavyLandman opened this issue Jun 15, 2021 · 4 comments
Open

Rename default branch from master to main #18

DavyLandman opened this issue Jun 15, 2021 · 4 comments
Assignees

Comments

@DavyLandman
Copy link
Member

DavyLandman commented Jun 15, 2021

Let's rename the default branch for our repositories from master to main.

Github has tried to make this process as smooth as possible: https://github.com/github/renaming

Roughly, you rename the branch inside github, and it will take care of most redirecting, and will send the user a message about changed branch name during a push.

The following commands will be have to executed locally for every clone of a repo that has been renamed.

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
@jurgenvinju
Copy link
Member

jurgenvinju commented Apr 25, 2022

  • rascal
  • rascal-eclipse
  • rascal-language-servers
  • vallang
  • rascal-maven-plugin
  • capsule
  • rascal-core
  • typepal

@jurgenvinju jurgenvinju self-assigned this Apr 25, 2022
@jurgenvinju
Copy link
Member

will do the remaining projects after the Spring holiday; also when rascal-core has calmed down w.r.t. mvn configuration

@jurgenvinju
Copy link
Member

jurgenvinju commented Apr 13, 2023

  • php-analysis

@mahills
Copy link
Member

mahills commented Apr 14, 2023

  • php-analysis

Branch renamed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants