Moved files or directories and git thinks they're deleted and new vs renamed.
The following will resolve most of this assuming the file contents themselves have not changed too much.
git add . -A
Add only previsouly staged or deleted files andd exclude unstaged (new) files
git add -u
Add only a portion of the changes in a file