github - Git add does not add the folder and files that are copied in Windows -


i unzipped , copied folder (with files in them) directory project directory git did:

git add .  

but not seem add folder @ all.

i tried git status nothing seems showing there either.

is there need fix this?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -