Hi Jun, We decided to follow git-flow [1] conventions and by having default set to develop allow us to close PR's once they're merged in develop, keeping master with the latest stable/release code.
Although you're right that it can be confusing and we should update our wiki with those decisions, now that they're made. Thanks, [1] https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/ [2] danielkummer.github.io/git-flow-cheatsheet/ [3] http://nvie.com/posts/a-successful-git-branching-model/ On Mon, Jun 15, 2015 at 4:23 PM, jun aoki <[email protected]> wrote: > Hi Geode community > > Since the project code base is on git, I thought it would be > straightforward to have Default and the latest on "master", (which is git's > default latest branch name). > https://github.com/apache/incubator-geode/branches > shows "develop" is Default and most active. > > If we follow git convention, new comers (like me) would not be confused > which branch to work on. > > -- > -jun > -- William Markito Oliveira -- For questions about Apache Geode, please write to *[email protected] <[email protected]>*
