I think the standard name for the main branch where development takes place in git is 'develop'. Master contains the last released version and is used to branch from for patches etc. At least with branch-based development models like gitflow or githubflow.
regards Leon On Mon, Jan 8, 2018 at 9:33 AM, Mark Thomas <ma...@apache.org> wrote: > This is the third of the per issue e-mails to discuss the issues > associated with migrating from svn to git. > > The standard name for the main branch where development takes place in > svn is 'trunk'. In git the standard name is 'master'. > > We can use either of these going forwards. Or something completely > different. > > We need to pick a name. > > Thoughts? > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >