Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
Deliverables (navigation) - Samvera Branch Renaming Working Group
Deliverables (navigation) - Samvera Branch Renaming Working Group

...

  • Create a test repo with a master branch, issues, PRs - See samvera-labs/branch-renaming-wg for a script to do this.  This script sets up conditions in the test repo:
    • Default branch is master
    • add branch settings for master branch under Settings → Branches
  • Conditions to set up manually:
    •  Within the test repo, create a wiki page that references a branch in master. -- link in Home page accessed from Wiki in header menu
    •  Create a Fork of the test repo. -- samvera-labs/branch-renaming-test-1
    •  Clone the test repo to your local machine.
    •  Clone the Fork to your local machine.
    •  Create a second repo with a pin in the Gemfile to a master sha in the repo having the branch renamed -- N/A The test app is not setup as a gem.

Tool: gitHub-default-branch

...

  • navigate to the test repo in github (e.g. YOUR_GITHUB_USERNAME/branch-renaming-test)

  • click branches link

  • click pencil icon beside master branch
  • set name to main

Checklist:

  •  renames master to main
    •  branch dropdown defaults to main
    •  master is not in the branch dropdown
  •  Settings → Branches
    •  main is the default branch
    •  branch rules were copied over to main
    •  master branch is not in the branch dropdown under Default branch
    •  master branch is not listed in the Branch protection rules area
  •  updates issues
    •  changes reference to a sha in master to the same sha in main
    •  changes links to code in master branch to the same code in main (NOTE: Even though the link text and URL were not changed, GitHub forwards all 404 to the default branch which is main.)
  •  updates PRs
    •  updates 'commit into' branch to main for all PRs (NOTE:
    •  updates links to code in master branch to the same code in main (NOTE: Even though the link text and URL were not changed, GitHub forwards all 404 to the default branch which is main.)
  •  wiki updated
    •  updates links to code in master branch to the same code in main (NOTE: Even though the link text and URL were not changed, GitHub forwards all 404 to the default branch which is main.)
  •  local git repo
    •  updates to local master tracking origin/master to local main tracking origin/main
    •  updates branches based on origin/master to origin/main
    •  updates branches based on local master to local main
    •  in second repo, updates pin to master sha in the repo having the branch renamed
  •  working with Forks
    •  TBD

...