This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/SIMPLELINK-CC13X2-26X2-SDK: How to create a full file project directory copy from an example project.

Part Number: SIMPLELINK-CC13X2-26X2-SDK

Tool/software: Code Composer Studio

Hi, I'm working with the Simple Peripheral OAD on-chip and I've just edited the main.c file in order to launch a new thread. The thing is that when I clone a repo made on the workspace project folder into a new machine main.c remains unchanged because it seems to be a linked file. How can I create a local copy of all the files to be able to be modified and then added to the git repository?

Thank you very much!