This time, I need to work with Git with Visual studio and is my first time source control configuration, so please bear with me :)
concept:
I think are you sync'ing changesets to the 192.168.3.46 repository, but nothing is actually updating that repository's working directory. If this is the case, then I would expect a ".git" subfolder to be the only item in the repository's folder.
This folder may be hidden by default. Have you set your windows explorer to show hidden files and folders?
If you want to update the repository's working folder, you can use the standard git commands to do so. This should not be necessary if all you want to do is push and pull changesets (but it would not hurt anything either).