Rob's Blog Posts for 2020

Git: How to Rename master to main

Renaming the default branch in Git from master to main is easy. Let’s look at two scenarios: changing a local repository, and changing a repository on GitHub....