简体   繁体   English

使用Xcode4 git与git-flow集成

[英]Using Xcode4 git integration with git-flow

Just wondering if anyone is using Xcode4's git integration to work with a project using git-flow? 只是想知道是否有人使用Xcode4的git集成来使用git-flow来处理项目? If so, did you have to do anything in particular to get it set up and working? 如果是这样,你是否必须做任何特别的事情才能让它成立并运作?

Thanks 谢谢

I know it is too late for answer, but finally I created a gitflow plugin for Xcode: https://github.com/alexkrzyzanowski/xcode-gitflow-plugin 我知道答案为时已晚,但最后我为Xcode创建了一个gitflow插件: https//github.com/alexkrzyzanowski/xcode-gitflow-plugin

The plugin is also available via Alcatraz. 该插件也可通过恶魔岛获得。

I've discovered that Xcode does not play well with Git Flow. 我发现Xcode与Git Flow不兼容。 I've decided to just do all my repo stuff through the terminal. 我决定通过终端完成我所有的回购资料。

I'm using SourceTree . 我正在使用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. 我是git和git流程的新手,来自很长一段时间的svn背景,它真的让世界变得与众不同,试图了解我的机器上的内容以及远程,商业托管的服务器上的内容。

Xcode lets me know if something is modifed etc... but that is only a visual aid, that's all. Xcode让我知道是否有东西被修改等......但这只是一个视觉辅助,就是这样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM