0
Good morning guys, I’ve been working on git for a while, but I ran into a problem that I couldn’t find a solution that works. I have a "white label" project, which would go like this: It has a "main" branch where practically all the project code is, and I have other "client" branches that are customized with colors, logo, name and url of each project’s api. Where I hooked up is that I don’t know how to manage updates in code without merging and overwriting the settings of each of the branches "clients".
Does anyone have any tips to facilitate this integration, without having to manually replicate on each branch?
Thank you very much, I will search more about gitattributes!
– Marcelo