简体   繁体   中英

Git Source Control Provider

I am using git source control provider with Visual Studio. It works fine, my question is more that I don't see anything in my repository on github except my readme. Is that normal behavior? Or should I be able to see all the solution and c# files as well?

You would see more file if you are pushing your local Visual Studio project/solution to GitHub.
For instance, see " Uploading project to GitHub from Visual Studio 2010 ".

The README.md is the default file made by GitHub on the creation of a repo.
You should clone that repo locally, then create a solution in it, in order for your Visual Studio to work directly in the local working tree of that repo.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM