Skip to content

energygeneration/dwwm-board-g3-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwwm-board-g3-2022

Methodologie pour contribuer au projet

1 - Crée une branche Ex: "feat/description_de_la_feature".

2 - Faire un Checkout depuis la branche Develop.

3 - Inserer vos informations dans la partie requise.

4 - Faire un PR vers la branche Develop.

4 - Avant d'envoyer le code faite un rebase

Rebase

git fetch origin develop

git reset --hard origin/develop

git checkout feat/xxxxxxx

git rebase develop

git push

Thanks