Skip to content

Conversation

Copy link

Copilot AI commented Dec 3, 2025

Updates all hardcoded "master" branch references to "main" in preparation for repository default branch migration.

Changes

  • README.md: Updated contributing guidelines and LICENSE link URL
  • ServerInstaller.cs: Changed BranchName constant to prevent installation failures

The ServerInstaller change is critical—it controls which branch git clones during Unity package installation. Without this update, installations would break when the repository switches to main as default.

// Before
private const string BranchName = "master";

// After  
private const string BranchName = "main";
Original prompt

How to make main my default branch instead of master?


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Scriptwonder <51266340+Scriptwonder@users.noreply.github.com>
Copilot AI changed the title [WIP] Update default branch to main instead of master Update branch references from master to main Dec 3, 2025
Copilot AI requested a review from Scriptwonder December 3, 2025 03:01
Copilot finished work on behalf of Scriptwonder December 3, 2025 03:01
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

Successfully merging this pull request may close these issues.

2 participants