Tool/software: Code Composer Studio
right click the project, and choose Team->Commit
when I click Commit, it doesn't work.
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.
Tool/software: Code Composer Studio
right click the project, and choose Team->Commit
when I click Commit, it doesn't work.
Emma,
You need to stage the files first. You can do this by dragging them from the unstaged area to the staged area or by right clicking on the files and selecting add to index.
I do not have Git setup with any CCS projects at the moment but I believe you can also change the behaviour to use the old commit dialog instead of the staging view which will skip the staging step. You could try this by unchecking the box below in the preferences dialog.
Regards,
John