I am very new to git. What I did so far in it was this:
$git init
$git add "folder/*.php"
Now, I cannot remove the php files from the staging phase... what it returns:
$git rm --cached "folder/*.php"
fatal: 'folder/*.php' is outside repository
What do I do now? my git version is 1.7.1