ovis icon indicating copy to clipboard operation
ovis copied to clipboard

Rename the "OVIS-4" branch to "main"

Open morrone opened this issue 1 year ago • 1 comments

I would like to see us rename the "OVIS-4" branch to be named "main". This would align us with pretty standard git branch naming practices.

Github makes it possible to do this through the repositories "Settings" page.

On the "Settings" page is a "Default branch" section.

To the right of the text box containing the name of the default branch is a button that looks like a pencil. The tool-tip for that button is "Rename branch".

Click on the pencil button.

Enter new branch name of "main".

Github will automatically fix up any outstanding pull requests to point to the new name.

The only other thing to do is to let the developer community know about the change so they can update their local practices to use "main".

morrone avatar Sep 24 '24 22:09 morrone

See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch for handling expected side effects.

baallan avatar Oct 07 '24 18:10 baallan

This work has been completed.

emdonat avatar Nov 05 '24 19:11 emdonat