↧
Introduction to GitHub
Setup used: Mac OS X Mountain Lion 10.8, Xcode 4.5.1. The version of PhoneGap is not an issue in this article. Xcode allows us to add source control to a project, such as online by using GitHub.com, or...
View ArticleUsing Git Versioning Control Locally
You can add a versioning control system to track and manage your project’s assets with Git locally — you don’t need to upload it to git.com. Here’s how. Downloading Git Download Git from...
View Article