Xcode4中这个Git是什么?

发布于 2024-12-10 14:54:35 字数 84 浏览 0 评论 0原文

我刚刚安装了 XCode 4。 我在阅读过渡指南时遇到了一些新单词

Xcode4 中的 git 和 SCM 是什么意思? 这些有什么目的?

I Just Installed XCode 4.
I came across some new words while reading the transition guide

What is this git and SCM in Xcode4 mean?
What purpose does these serve?.

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

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

发布评论

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

评论(2

洛阳烟雨空心柳 2024-12-17 14:54:35

SCM 代表软件控制管理,git 就是此类软件的一个示例。

另一个例子是 Subversion (SVN),它可能(目前)更为人所知,并且也可以在 Xcode 中使用。

Git 的优点是分布式,这意味着您不需要另一台服务器或任何东西来启动版本控制。

来自 git 的小引用:

Git 是一个免费且易于使用的软件。开源、分布式版本控制系统
旨在处理从小到大的项目
速度和效率。

每个 Git 克隆都是一个成熟的存储库,具有完整的历史记录和
完整的修订跟踪功能,不依赖于网络访问
或中央服务器。分支和合并既快速又容易。

Git 用于文件的版本控制,很像诸如
Mercurial、Bazaar、Subversion、CVS、Perforce 和 Team Foundation
服务器。

您可以查看 Apple 有关该主题的文字< /a>.

SCM stands for software control management, and git is a example of such software.

Another example is Subversion (SVN), which is perhaps (for the moment) more known, and is also available in Xcode.

Git has the advantage to be distributed, which means you don't need to have another server or anything to start your versioning control.

A small quote from git:

Git is a free & open source, distributed version control system
designed to handle everything from small to very large projects with
speed and efficiency.

Every Git clone is a full-fledged repository with complete history and
full revision tracking capabilities, not dependent on network access
or a central server. Branching and merging are fast and easy to do.

Git is used for version control of files, much like tools such as
Mercurial, Bazaar, Subversion, CVS, Perforce, and Team Foundation
Server.

You can see the Apple words on the subject.

楠木可依 2024-12-17 14:54:35

git 和 scm 是管理项目版本的两个流行选项。 苹果文档可帮助您了解他们..

Well git and scm are two popular options for Managing Versions of Your Project. This apple document helps you understand them..

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