How to work in a team with CubeIDE ?
Hello,
I'm joining a STM32 developpement project. We'll be 2 person working on the same system, implementing features on the same project.
I would like to know what is the workflow to collaborate on STM32CubeIDE. There is not a lot of documentation about it...
I'm considering using Git version control (I'm new to this tool).
Both of us could be working on a branch. I tested the tool and it seems there is a lot a merging conflicts because of the generated files every time you change something.
Solving these by hand seems really tidious (for exemple the .ioc file).
What tool is the best to use ? What about eGit in CubeIDE directly ?
What is the workflow to work on the same project without corrupting the other work ?
How do you work on Git as a team (what branch for who, when do you merge...)
Thanks for your help,
Adrien