Today when I first tried to open a repository in Smartgit, it threw Executing a command failed "not a DIRC file" error. No idea what it means. I haven't done anything fancy besides pushing changes to bitbucket and now I cannot do that because it won't even open the repository.
How can I fix this?
.git/index
and in in your repository root rungit reset --hard
. β Willawillabella.git/index
and runninggit reset --hard
did NOT work for me. β Ludie