I've one folder with ~300 files and ~30 folders. I did cut the folder(Ctrl+X) and pasted(Ctrl+V) on the expected folder.
Then I only did a git add -A
.
After doing a git status
, I would say that 95% of the files are correctly considered as "renamed", but some of theme are "deleted"+"new file".
I can't find any logic that would regroup the non-renamed files.
What is the issue here? And how do you think I can resolve it?
(I've git version 2.18.0.windows.1)