Я попытался git reset --hard
, а затем git pull
и получил ошибку:
git: 'credential-cache' is not a git command. See 'git --help'.
error: The following untracked working tree files would be overwritten by merge:
.../components/../somefile.component.html
Please move or remove them before you merge.
Aborting
Я не помню, чтобы когда-либо касался этого файла ..
Как действительно сбросить все локально и простопринудительно вытягивать все из пульта?
Спасибо.