I need help of Git/Linux or general Geeks
Boost welcom
Situation:
My daughter is programming a robot with ROBO Pro Coding. The project file is called .ft and is a zip file containing scratch "code" as well as the generated Python code and some additional stuff.
While the IDE supports storing the projects on a gitlab instance of the manufacturer. I would prefer to store it in a local or personal repository.
I have some ideas how this could be accomplished. But maybe it's a solved problem. SO any hints welcome
Things I would try:
Use fuse-zip to mount the zip file. Use Git in the mount filesystem.
Risk is, that storing the project in the IDE might overwrite the yip file instead of modifying it.
Unzip the file in parallel and use some script or git hooks to copy the data from the yip file before committing
Any other ideas?