tags:

views:

333

answers:

2

How would it be possible to integrate XCode with GitHub?

+1  A: 

People I know use the git-osx-installer to get the tools. This includes a tool that lets you open the GIT gui from the current folder in the finder.

I am no aware of a plug-in for XCode. Here are some guidelines for setting up your GIT to work better with XCode projects.

Tom Cabanski