I am novice in dealing with git, but I have a repository that contains a file named \'test\'. I want to check if that specific file has changed. Is there anyway to do that?
will show the differences between the work directory test and the repository version. Using diff will show the actual differences; if you are not interested in those use