Reputation: 13435
Just wondering if anyone is using Xcode4'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
Upvotes: 3
Views: 1298
Reputation: 2837
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.
Upvotes: 2
Reputation: 8741
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.
Upvotes: 1
Reputation: 13435
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.
Upvotes: 2