什么是易于使用的非命令行源代码控制?

发布于 2024-10-07 02:19:38 字数 89 浏览 0 评论 0原文

我是源代码控制新手,需要一个基于 Windows 的非命令行源代码控制,对于初学者来说很容易使用。我将用它进行冷融合,如果有帮助的话......有什么建议吗?谢谢!

I'm new to source control, and need a windows based, non command line source control that is easy for a beginner to use. I will use it for coldfusion, if that helps... Any suggestions? Thanks!

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

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

发布评论

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

评论(3

与风相奔跑 2024-10-14 02:19:38

如果您使用的是 Windows,请查看 TortoiseSVN

或者,如果您正在寻找更高级的分布式版本控制系统,请查看 TortoiseHg ,具有图形用户界面的 Mercurial 客户端。

If you are on Windows, have a look at TortoiseSVN.

Or, if you are looking for a more advanced distributed version control system, have a look at TortoiseHg, a Mercurial client with graphical user interface.

把梦留给海 2024-10-14 02:19:38

大多数 SCM 都是基于命令行的,但具有 GUI 界面。对于 Windows,SVN、Mercurial、Git 等都有 Tortoise GUI,您可以通过在 Google 中搜索 Tortoise[SCM name] 找到它们。

Most SCMs are command line based but have GUI interfaces. For Windows, SVN, Mercurial, Git and others have Tortoise GUIs that you can find by searching for Tortoise[SCM name] in Google.

似最初 2024-10-14 02:19:38

易于使用、非命令行且分布式?您将其命名为:Plastic SCM :P

  • 我们确实有一个免费的社区版,可供少于 15 个用户使用
  • ,它是完全分发的( ala Git、HG,但完全图形化)
  • 集成的 diff 工具(xmerge、带重构支持的 xdiff)
  • 集成的代码审查

等等...

Easy to use, non-command line and distributed? You named it: Plastic SCM :P

  • we do have a community edition free for less than 15 users
  • it is fully distributed (ala Git, HG, but totally graphical)
  • integrated diff tools (xmerge, xdiff with refactor support)
  • integrated code review

and many more...

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