Skip to main content

Empathy, and renaming my ‘master’ branch to ‘main’

First posted in Development and Git; updated 25th February 2021

Language is important. I’ve noticed a movement towards renaming the master Git branch as the term is racially charged.

I shouldn’t have been surprised to see some push-back from some quarters, but, even if I couldn’t see the problem (I absolutely can), there are zero downsides. Well, unless you count a minute’s worth of configuration a downside!

My position of privilege as a white person means I’m unaware of some issues people of colour face, but when I learn something I didn’t know I’m always glad to make a positive change, big or small.

GitHub are now using main as the default branch name, which I agree is a good alternative to master. Unlike primary, root and default, main starts with the same letters as master, so there’s no need to retrain my m, a, (tab) muscle memory to autocomplete the branch name. So I’m following suit and changing the name of the master branch in all of my Git repositories to main.

Most importantly, I’ll keep talking, reading, listening and seeking to understand other points of view; learning and sharing as I go.

Accessibility in your inbox

I send an accessibility-centric newsletter on the last day of every month, containing:

  • A roundup of the articles I’ve posted
  • A hot pick from my archives
  • Some interesting posts from around the web

I don’t collect any data on when, where or if people open the emails I send them. Your email will only be used to send you newsletters and will never be passed on. You can unsubscribe at any time.

More posts

Here are a couple more posts for you to enjoy. If that’s not enough, have a look at the full list.

  1. Images as the first thing in a button or link

    If the text of an interactive element like a button or link is preceded with an accessible image, we’ve probably got an accessibility problem.

  2. Alt text for CSS generated content

    There’s an interesting feature in Safari 17.4 that allows content added with CSS to have ‘alt’ text. I’m not sure how I feel about this.