Financial-Times / nori

🍙 exploratory command-line tool to make changes across multiple repositories & track their progress
MIT License
11 stars 0 forks source link

CPP-442 Upgrade GitHub repos from master to main #141

Closed emortong closed 3 years ago

emortong commented 3 years ago

Ticket CPP-442 Upgrade GitHub repos from master to main

As an organisation we are moving away from the usage of master as a central branch and switching it to main, this is to avoid using unnecessary language that can be offensive.

This PR also makes nori not assume what the central branch is, instead it calls a newly created command from tooling-helpers that takes in the remoteUrl and determines what the central branch is. This PR can't be merged until tooling-helpers/git is released and the version in this project gets updated.

emortong commented 3 years ago

pending to fix tests