Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emfcp-dev] GIT Repository structure

Hello everybody, 
we plan to restructure the repository in the way it is described on: http://nvie.com/posts/a-successful-git-branching-model/

If you have changes for the master branch please commit them asap.
The restructuring will happen on Monday the 10.06. 

So we will have a master branch containing the last release. A development branch containing the current development state and (hopefully) some feature branches containing new feature developments. 

So if you are a developer please commit on the develop branch in the future. If you develop a new feature please open a feature branch and merge it back to the develop branch when your feature is finished. Don't commit on the master branch as it should only contain stable release version merged there by the release engineer.


Cheers,
Eugen

Back to the top