基本上,当我想在同一个文件中提交由git add --patch <file>操作导致的两个单独的更改时,当使用git add进行第二个更改时,gitsvn rebase稍后会在提交第二个更改时抛出1所以我基本上是这样做的(我在master分支上,并且已经获取了svn存储库):... make two unrelate
我的代码库是SVN,所有的开发都是用git完成的。我们有一个标准的布局,我用gitsvn init -s <url to repo>初始化了我的本地存储库# creates a new branch remotelygitsvn branch new-branch-name
# switches to a bran
last svn commit [remotes/trunk] <--- work <--- more work [master, story-xyz]gitsvndcommit
我希望看到dcommit之前,我的git提交位于较低的分支(story-xyz)上,包括我的git提交消息、git用户名和电子邮件