Indeed, if we change the name of the default branch, it should be something standard, so "main". Projects with non-standard branch names are pointlessly annoying to navigate.
Regards Antoine. On Wed, 10 Mar 2021 13:47:11 +0300 Ivan Pozdeev via Python-Dev <[email protected]> wrote: > I think > https://mail.python.org/archives/list/[email protected]/message/GDAUZKYB6GP3A3ZGBSQ4KQ7R6QFIZHZC/ > and > https://mail.python.org/archives/list/[email protected]/message/RE3V6Y7CPHOL6LGPPYSVS3XQFTIQRZ3J/ > already explained the reasons in > sufficient detail -- that "main" is a politically correct replacement for > "master" and is supposed to take over as the default branch name > in Git. > > I'm against using a nonstandard default branch name because I have firsthand > experience with one (in the Multibuild project) and it was > really confusing. > > On 10.03.2021 13:36, Mark Shannon wrote: > > Hi, > > > > Why choose "main" as a replacement for "master"? > > It's the development branch, shouldn't we call it "development" or "dev"? > > > > We give release branches meaningful names, so why give the development > > branch the not-so-meaningful name "main". > > From a user's perspective the "main" branch is whatever their version of > > Python is built from. > > > > Cheers, > > Mark. > > _______________________________________________ > > Python-Dev mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > > https://mail.python.org/mailman3/lists/python-dev.python.org/ > > Message archived at > > https://mail.python.org/archives/list/[email protected]/message/HRHPZSNZ7INSK2NLE6LNYMMP767AIVRT/ > > Code of Conduct: http://python.org/psf/codeofconduct/ > _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ODPNOLLLSWAME3NK3WXNBSGYCMDCB2CI/ Code of Conduct: http://python.org/psf/codeofconduct/
