I have a simple question:
How can I run the command git diff on my html file when the file name has spaces in it? The name of the file is: Test Business-Tech.html However everytime I run the following command:
git diff Test Business-Tech.html
I get the following error: fatal: ambiguous argument 'TEST': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' ch.html: command not found
I cannot change the name of the HTML file... please help!