Versions Compared

Key

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

...

  •  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 (NOT TESTED)
    •  master branch is not in the branch dropdown under Default branch
    •  master branch is not listed in the Branch protection rules area (NOT TESTED)
  •  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 (NOT TESTED)
  •  updates PRs
    •  updates 'commit into' branch to main for all PRs
    •  updates links to code in master branch to the same code in main (NOT TESTED)
  •  wiki updated
    •  updates links to code in master branch to the same code in main (NOT TESTEDNOTE: The link was not updated, but GitHub defaulted to the same path on the default branch when it got a 404 on the link)
  •  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

...