我在使用 Visual Studio 2010 Ultimate 将源代码从本地驱动器推送到 CodePlex 时遇到问题

发布于 2024-09-05 07:35:20 字数 222 浏览 5 评论 0原文

Codeplex 为我提供了正确连接的相关信息,我使用 Team > 连接到我的存储库连接到 VS 2010 Ultimate 中的 Team Foundation Sever。

这是我看到的:

alt text

如何将我在计算机上编写的代码推送到 CodePlex 上的存储库?

Codeplex gave me the relevant information for proper connection, and I connected to my repository using the Team > Connect to Team Foundation Sever in VS 2010 Ultimate.

Here is what I see:

alt text

How can I push the code I have made on my machine, to the repository on CodePlex?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拥抱影子 2024-09-12 07:35:20

最简单的开始方法是在解决方案资源管理器工具窗口中右键单击您的解决方案,然后选择“将解决方案添加到源代码管理”命令。然后,从 Visual Studio 主菜单中选择“视图”、“其他窗口”、“挂起的更改”,打开“挂起的更改”工具窗口。最后,单击“签入”签入您的文件。

The easiest way to get started is to right click on your solution in the Solution Explorer tool window and select the "Add Solution to Source Control" command. Then, open the "Pending Changes" tool window from the main Visual Studio menu by selection View, Other Windows, Pending Changes. Lastly, click "Check-in" to check-in your files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文