Hello,
I am having problems with setting up Git source control. I have followed all the steps laid out here and here. I am able to clone my repo from GitHub to my local drive using either SSH or HTTPS authetication. I have even able to push changes to the remote repo. HOWEVER, after closing MATLAB and opening again, the Git status of all the files in my sandbox folder changes to unknown and when I right click on them I get the following message: This also happens after adding a new file to Git and trying to push it to the remote repo. It does not happen if I change an existing file and push the changes.
What on Earth is happening here?
Thanks in advance!