Skip to content

Branches Guideline

Samir M edited this page May 14, 2021 · 8 revisions

Branches

Fron-End :

use number 1,2,3.... to name their branches.

Back-End :

use Roman number i,ii,ii,.. to name their branches

(check your branch number and name in the issues)

in case of confusion ask Divya (Front-End) & Bermarte(Back-End)

git branch `your branch number-your branch name`
git checkout  `your branch name` 
git add .
git commit -m 'message'
git push --set-upstream origin `your branch name`
PR in GitHub => branch `develop`

Happy coding!!

Clone this wiki locally