After my first question, the identifier would like to receive confirmation of the git workflow in my case.
I have one django project hosted on github, and different clones with each of its own branch: customerA, customerB, demo ... (think sites)
Branches have the same core, but have different data and settings (they are in gitignore)
When I work in the CustomerA branch, how do I replicate some bug fixes to other deployment options?
When I create a new generic function, I create a special branch and then merge it into my master. Then, to expand on the "clients", I merge the main branch into the client branch. Is it correct? or should i reinstall?
In addition, I created a remote branch for each client so that I can back up client branches in github.
This seems like a very classic problem, but I think I am not using git the right way
Thanks.
Ju.
source share