I’m a web developer, mainly a front-end developer, and I’ve been using Git in my workflow for a while now and I’m hooked.
I’m about to get a new Macbook and my plan is to install Xcode 4 (to both use the iOS Simulator and dabble in Objective-C in my downtime). I know that Xcode 4 comes with Git, but I’m wondering if that particular instance of Git can be utilized for my web development projects, or is it possible that it can only be used for Xcode projects only.
Basically, with Xcode 4 installed, do I need to install Git anyway to use it with non-Xcode projects?
I’ve just done the following:
git --versionand “git version 1.7.4.4” was returnedgit initas a temporary test and “Initialized empty Git repository in…” was returned(Now it’s time to remove the .git directory on my fresh Desktop).
So, it looks like my question is answered: the version of Git that comes with Xcode—albeit not the latest version—appears to work file for all desired uses, even outside of Xcode.