xcode - Xcode4中这个Git是什么?

标签 xcode git svn version-control

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

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

最佳答案

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

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

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

来自 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.

您可以看到Apple words on the subject .

关于xcode - Xcode4中这个Git是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7803058/

相关文章:

objective-c - @throw 之后保留计数耗尽

ios - 当 UITableView 和 UIImageView 出现在同一 View Controller 上时如何正确使用约束

c# - Git和TFS版本控制团队合作

svn - 如何启用 svn merge 以考虑外部更改?

mysql - 需要 : Version control - install with only ftp/mysql access

svn - 是否可以在没有 SVN 客户端的情况下 checkin 文件或将文件添加到 SVN 存储库?

ios - 无法在 iPad iOS5 中为通用应用程序保留横向(iOS6 可以)

ios - 如何使用 swift 将 google places autocomplete 添加到 xcode(教程)

windows - 在 GitHub Windows 客户端中提交后文件不会同步?

git - 在 windows powershell 上使用 git