I\'d like to compare two css files which are not in any git repository. Is there such a functionality in git?
Just use the diff command:
diff file1.ext file2.ext