使用 git-tfs 桥的最佳实践和问题
嗯,我开始这个话题主要是想和社区分享一下我最近使用 git-tfs 的经验。
如果有人还有什么要分享的——这对我也会有帮助。
Well, I started this topic mainly to share the experience I had with git-tfs recently with the community.
If anybody has anything else to share - it will be helpful for me as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
关于多个开发人员同时使用 git-tfs 的环境中的工作。实际上关于提交身份警告:
http://sparethought.wordpress.com/2011/ 06/16/first-git-tfs-usage-problems/
是否可以使用 git-tfs 重新调整工作流程?
http://sparethought.wordpress.com/ 2011/06/21/gittfs-rebasing-workflow-is-it-possible/
不是特指 git-tfs,但也会影响它。 Windows 上 HOME 目录的问题:
http://sparethought.wordpress.com/2011/06/ 16/troubleshooting-gitextensions-home-directory/
建立中央 git 存储库以避免冗余的 TFS 往返:http://sparethought.wordpress.com/2011/07/18/how-to-built-git-central-repository-for-working-against-tfs-with-git-tfs-bridge/
我日常使用 git-tfs 的环境:http:// spathought.wordpress.com/2012/08/23/my-environment-for-day-to-day-work-with-git-tfs/
About work in environment where several developers use git-tfs simultaneously. About commit identity caveats actually:
http://sparethought.wordpress.com/2011/06/16/first-git-tfs-usage-problems/
Is rebasing workflow with git-tfs possible?
http://sparethought.wordpress.com/2011/06/21/gittfs-rebasing-workflow-is-it-possible/
Not specifically git-tfs but affects it too. Problems with HOME directory on Windows:
http://sparethought.wordpress.com/2011/06/16/troubleshooting-gitextensions-home-directory/
Establishing central git repository to avoid redundant TFS round-trips: http://sparethought.wordpress.com/2011/07/18/how-to-establish-git-central-repository-for-working-against-tfs-with-git-tfs-bridge/
My environment for day-to-day work with git-tfs: http://sparethought.wordpress.com/2012/08/23/my-environment-for-day-to-day-work-with-git-tfs/
现在您可以使用 git-tfs 轻松管理 TFS 分支: http:// github.com/git-tfs/git-tfs/wiki/Init-branch
And now you can easily manage TFS Branch with git-tfs : http://github.com/git-tfs/git-tfs/wiki/Init-branch
任何摆脱 tfs 进行源代码控制的网关都是很棒的。
Any gateway to move away from tfs for source control is awesome.