Creating and Cloning Git Repositories

In SCM, your code, storyboards, images, and all other assets are stored in a repository. The repository, or repo for short, tracks the history of every file—when they were created, renamed, deleted, modified (where you added or deleted lines), and so on. The distinctive feature of Git is that it is a distributed source control system, meaning that instead of having a single canonical repository on a server somewhere, everyone working with the codebase has their own, and shares update history amongst themselves.

Subversion Subverted

images/aside-icons/warning.png

Xcode’s SCM features are designed to be implementation-agnostic; in fact, ...

Get Xcode Treasures now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.