Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个基于代码的项目。我将 SVN 与我的私人服务器一起使用,并使用 TRAC 进行票务和项目管理。并行我想将我的代码拉到 github 上进行讨论和开源思想。
首先提交更改到我的 svn 服务器,然后提交到 github。我忽略了 svn 中的 .git/* 文件,反之亦然。但是我在推送到 github 时总是遇到合并错误。
有没有人有使用这两种服务的经验并且可以给我提示?你的,拉斐尔
只需使用 git-svn(一个本地代码库 - Git repo)并拥有两个远程:SVN 和 Git