-
Notifications
You must be signed in to change notification settings - Fork 8
Branches Guideline
Samir M edited this page May 14, 2021
·
8 revisions
use number 1,2,3....
to name their branches.
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 & Bermarte
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!!