如何在 codeplex 或 Git 上上传 Visual Studio 代码?

how to upload Visual Studio code on codeplex or Git?

我需要在 git / codeplex 上上传 visual studio 代码。 我怎样才能做到这一点?在 codeplex 的源代码选项上,它显示了 fork something ..

在本地计算机上安装 git,创建本地 git 存储库,提交更改,然后将更改推送到远程 git。 http://git-scm.com/

您可以在本地使用 Visual Studio Tools for Git VS plug-in. You will need to also install Git。最后,您需要在 VS 中配置要上传到的存储库,配置完成后,提交并推送。