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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -