cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX Designer project and Git

COSEBE
Associate III

Hi,

We are developping a touchgfx project in team.

We use github and each time we want to merge branch, we have a problem with touchgfx file and texts.xls file.

How to develop as a team on touchgfx?

Regards,

Sébastien

1 REPLY 1
Martin KJELDSEN
Chief III

Either:

1) Have someone dedicated to updating the text sheet

2) Communicate to avoid conflicts

3) Write an intermediary layer that generates the texts.xlsx file based on a more easily merge-able format (text)

4) Modify .gitattributes to use tools that can merge excel sheets for .xlsx files

/Martin