Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 450 Bytes

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