Upload code to codeplex

I have a source code project. This is a 2010 visual studio. Now I want to upload the code as a project to the codeplex. In Codeplex, I can create a new project, but I cannot load the code. I cannot find an option to load existing code from my hard drive.

Please send me if you have any solution.

+3


source to share


1 answer


You cannot upload the source to codeplex, you are using Git to push your code to your server.

They have a tutorial on the help site. You can use this to find out how to upload the source code to your server.



https://codeplex.codeplex.com/wikipage?title=Using%20Git%20with%20CodePlex&referringTitle=Source%20Control

Go there and learn how to upload the code to your server for public use.

+3


source







All Articles