Hacker News new | ask | show | jobs
by acdha 1626 days ago
I think changing the default in Git was fine — it's such a small amount of work and doesn't affect existing projects — but what I really wish was that more people had taken this as the cue to ask what “master” even meant for their project. I've tried to switch my projects to names which actually describe what we use them for — e.g. tracking branches like development, staging, production representing what is currently being deployed to those environments — and that's been far more worthwhile because it brings clarity to discussions and simplifies things like CI/CD scripting.