How to resolve a conflict with git-svn?
问题 What is the best way to resolve a conflict when doing a git svn rebase , and the git branch you are on becomes "(no-branch)"? 回答1: You can use git mergetool to view and edit the conflicts in the usual fashion. Once you are sure the conflicts are resolved do git rebase --continue to continue the rebase, or if you don't want to include that revision do git rebase --skip 回答2: While doing a git svn rebase , if you have merge conflicts here are some things to remember: 1) If anything bad happens