Using Xcode4 git integration with git-flow
Just wondering if anyone is using Xcod开发者_开发问答e4's git integration to work with a project using git-flow? If so, did you have to do anything in particular to get it set up and working?
Thanks
I've discovered that Xcode does not play well with Git Flow. I've decided to just do all my repo stuff through the terminal.
I know it is too late for answer, but finally I created a gitflow plugin for Xcode: https://github.com/alexkrzyzanowski/xcode-gitflow-plugin
The plugin is also available via Alcatraz.
I'm using SourceTree. I'm new to git and git flow, coming from a long time svn background, it really made all the difference in the world, trying to understand what was on my machine and what was on the remote, commercially hosted, server.
Xcode lets me know if something is modifed etc... but that is only a visual aid, that's all.
精彩评论