Projecte

General

Perfil

Repository » Historial » Revisió 6

Revisió 5 (Simó Albert i Beltran, 02-12-2012 14:03) → Revisió 6/43 (Simó Albert i Beltran, 02-12-2012 14:09)

h1. Repository 

 h2. Structure 

 The qMp git repository is split in three branches: 

 # Master 
 # Testing 
 # Other/Features 

 h3. Master 

 This is the main branch and all changes committed here must be tested in Testing branch before. 

 However the small bugfixes can be directly applied here. These changes must be merged in the here at same time that they are applied to testing branch. 

 h3. Testing 

 This is the branch for test new features and changes. The features must be already working features tested before  
 in a specific branch by at least the developer. A feature can be committed here only when it is finished, but not 
 in a middle state.  

 h3. Other/Features 

 The rest of the branches are temporal branches. If it is about a new feature the name of the branch must be 
 the name of the feature (of some name which identifies it). These branches are considered non-functional, so 
 a non-finished feature can be committed here. Once the feature is finish and tested by at least the developer,  
 it should be merged to testing. 


 h2. How to use it 


 h2. Good practices