Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 8
    Do yourself a favour and learn how to use Git independently and use the command line and just ignore XCode's integration. Commented Dec 7, 2011 at 3:45
  • 2
    echo'ing what mahojids said - learn it from the command line. It will pay you back. Personally, I went through progit.org book. First few chapters get you going. After that, all guis make sense. Commented Dec 7, 2011 at 3:53
  • Thanks, Bryan. I have been looking for something like this Pro Git Book. It's a little long, but it looks like and easy read, based on my reading the article by Scott Chacon that you linked to. Commented Dec 7, 2011 at 20:38