git не может отслеживать переименование файла

git rm --cached old_name
git add new_name
codeAesthetic