Using git-svn: Pull, Merge or Rebase?

后端 未结 2 757
暗喜
暗喜 2021-01-31 18:45

I\'ve been fighting the git/git-svn learning curve and last night, as part of that learning curve, I did something very, very bad. I\'ve since gotten it corrected, but I\'m hopi

2条回答
  •  北海茫月
    2021-01-31 19:18

    You should use git svn clone -s to clone complete svn tree, including all branches. From then on use git svn rebase and git svn dcommit in master to deal with svn, and you can create regular git branches for your private use.

提交回复
热议问题