File are not modified when using Git with STM32Cube IDE
Hello everyone,
I'm fairly new to Git and I'm trying to use it as my firmware version manager for an existing STM32 project. I set up correctly my project directory to work on my computer and with Bitbucket and everything works fine. I created a new branch before doing some big changes to the project, and I did a checkout towards this branch.
The problem is that when I modify anything inside Cube IDE, the modification doesn't appear inside the "real" file that I find on my computer inside the directory : for example, if I add "//test" into main.c inside Cube IDE, and then I open main.c with VSCode, this line does not appear. I checked several times that the file path is EXACTLY the same (D:/__Git/MyProject/Core/src/main.c), but it does not work at all.
Is it a problem with my setup, with Cube IDE, or with my understanding of Git ? Does anyone have a solution ?
Best Regards.