并行使用 Git 和 Subversion (Tortoise)
工作中我们使用Subversion,我经常将它与Tortoise 一起使用。我想开始使用 Git 进行非官方更改。
一个问题是我们似乎在同一目录上同时使用 SVN Git 和 Tortoise Git。
适合安装的 Git 软件是什么?如何工作?乌龟之间的矛盾该怎么办?我知道您可以使用注册表脚本快速启用/禁用功能,但这将是机器范围内的。
我计划转向 git svn,有时使用 Visual Studio(我只能使用 VS for Git)
At work we use Subversion, I often use it with Tortoise. I want to start to use Git for non-official changes.
One problem is we seem to use both SVN Git and Tortoise Git on the same directories.
What would be the appropriate Git software to install? How to work? What should I do about the conflict between the Tortoises? I know you can quickly enable/disable features with registry-scripts, but that would be machine-wide.
I plan to move to git svn, and I somestimes use Visual Studio (I could use VS for Git only)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TortoiseSVN 和 TortoiseGit 之间不存在“冲突”。他们都可以共享图标叠加层。
http://kerneltrap.org/mailarchive/git/2010/4/1/ 27119
相关问题:Tortoise Git 与 Tortoise SVN 并行吗?
TortoiseGit 非常棒用于初次迁移到 Git,它也支持 git-svn 相关命令。无论如何,Git 在命令行中是最好的,所以如果 TortoiseGit 不是你想要的,我想说,就使用 cli 吧。
There are no "conflicts" betweeen TortoiseSVN and TortoiseGit. They can both share the icon overlay.
http://kerneltrap.org/mailarchive/git/2010/4/1/27119
Related question: Tortoise Git side-by-side with Tortoise SVN?
TortoiseGit is excellent for initial move to Git, and it supports git-svn related commands as well. And Git is at its best in the command line anyway, so if TortoiseGit is not what you want, I would say, just use the cli.