Hi @kaushal_nec and others who read the post,
My question is that I have 5 different repositories depend on different projects right , and if I explain my 1 repository - that probably look like this
master branch
master-env-changes
web-packages-only
so I clone this project and the default branch is master right, so what should I do is that I want to add payment option to my project this means something newly gonna add to the source code right ,
1 . If I edit my source code should I create a new branch and doing is good or bad?
2. let’s say I want to edit a character in that so should I create a branch and doing is good or bad?