Change your GitHub repos' default branch names

1 · Parker Moore · June 23, 2020, 6 p.m.
Over the weekend, I wrote a very simple tool for GitHub to change the default branch of your repos. The default branch name that Git and GitHub currently gives you is seen by many as insensitive. There’s no technical reason for keeping the name as-is so I wrote a tool to automate the process of switching for you! github-change-default-branch is a command-line tool which walks through all repos from a user or organization on GitHub and prompts you to ask whether you’d like to change the default b...