Syncing source code with Git source control provider and Visual studio

前端 未结 1 1892
北荒
北荒 2020-12-06 23:42

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:

相关标签:
1条回答
  • 2020-12-07 00:21

    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).

    0 讨论(0)
提交回复
热议问题