I am at the absolute beginning of learning git. Using git on Windows. I
have done:
>git init
>git add *.cpp
>git status
On branch master
No commits yet
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: file_A.cpp
new file: file_B.cpp
>git commit -m 'initial files'
error: pathspec 'files'' did not match any file(s) known to git
Why is this failing?
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/git-users/6188abe6-f5a6-4f59-a394-c7d5350f6471n%40googlegroups.com.