I think it's cool to see GitHub embracing calls to move away from "master branch" terminology and doing so in a way which provides further flexibility and power to its users. That's a win-win no matter how you feel about the surrounding debate. As of October 1st, all new depositories will default to use main
unless otherwise specified, but you can define your own default however you please. For me, that means I've switched to use trunk
moving forward by changing the settings in my repo settings page. There are options for enterprise and organisation owners too 👍
- Source
- Link to Original 🔗
- Published
- Categories
- Nuts & Bolts, Inclusion, The World Wide Web
- Tags
- Git, GitHub, trunk, master, branch, main, terminology, inclusion
Explore Other Notes
⬅ Newer
Modern CSS techniques to improve legibility
A great overview of techniques to help improve text legibility, working with the browser rather than against it to be as inclusive as …
Older ➡
Netlify redirects and downloads
I didn't know that the <a> element had a download attribute, nor that it could rename the file on download for you …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>I think it's cool to see GitHub embracing calls to move away from "master branch" terminology and doing so in a way which provides further flexibility and power to its users. That's a win-win no …</p> </body> </html>
- Murray Champernowne