i have a repository that i finally got working correctly with a few other developers (we are migrating from killing each other with FTP overwrites).
One of the developers uploaded a changes to the server using FTP, and I downloaded those changes, overwriting my local folders. I was thinking that git would just recognize the files that had changed, however that is not the case. in fact, git is thinking that the files have not changed.
Is there a command that can tell git to "go physically rescan every file for changes and see if there are any." At this point, I am unsure which files were changed from the FTP download, and so when i do a git push/pull, it says there are no changes, even though I know there are.