first i create a project in machine 1 with VS2013 and later add to git source control. many time i did the commit and changes were upload to github site which i confirmed.
when i download the same project code from github site in machine 2 then i saw few folder was missing in project folder. those folder names are .vs and .git.
so when i try to commit after change in same project opened in VS2013 from machine 2 then i saw it was not added to git source control. so i like to know what was my mistake when download the project in machine 2 for which project was not added to git source control.
looking for idea and guide line.