Tag Archives: Git

Great Article on Setting Up Xcode Projects WIth Submodules

Overview

This article explains how to set up Xcode projects with static library submodules in a way that projects can build as they should while keeping component pieces separately maintained and updated.

A Final Goal

A final goal would be to integrate the use of true static frameworks for components that are intended to be redistributed to third parties as an API to make them very easy to use.

Invaluable Information About Running Git with Windows

Overview

This article provided some really invaluable information about getting Git running on Windows properly when using a third party server like Assembla. Once Git is properly installed, this article has great information about the best ways to use it with Windows.

Branching

This article provides clues on how to establish a successful branching model using Git. This covers the release, master, development, and hotfix branches that are likely to be part of every development cycle and product evolution.