Is git svn compatible with git subtree?

后端 未结 2 459
自闭症患者
自闭症患者 2021-01-02 06:13

Now that git subtree has been merged into the core git distribution (its also on Msysgit as of 1.8.0), does anyone know if git svn works with git subtree?

Note: I am

2条回答
  •  隐瞒了意图╮
    2021-01-02 06:47

    I am currently using it. The only issue (or side effect) I noticed, is that if I dcommit into the svn the merge from the subtree is committed as one single commit (like squash); so you will loose the history of the subtree commits in the svn repo.

提交回复
热议问题