I have done a rebase in SmartGit. My respository is marked with a red < rebasing > in SmartGit
If I try to make any new commits I get the message:
Rebase: You must edit all merge conflicts and then mark them as resolved using git add.
This is what my working tree looks like:
I would like to resolve the merge conflicts but I am not familiar enough with git or SmartGit to know how to do this. I wish to invoke Query|Conflict Solver on the conflicted files but my problem is that I cannot find the conflicting files and the documentation does not show how to do this. They refer to the "Directories"-pane which I cannot find, though it seems to be similar to the "Respositories"-pane. How do I find and resolve the conflicting files?
Thanks in advance
it appears we had similar problems: smartgit would tell me i need to resolve conflicts, but i could not find them anywhere. it was frustrating that this was not obvious, which ultimately led me to this post.
the solution was simple, my view settings were incorrect, and once fixed the conflicted file showed up within the main file setting. here you can see the view settings for Files pane.
in the attached image, you will see a row of icons that determine which file is displayed. somehow, the folder icon (first one) was unchecked, which prevented it from displaying files within sub-folders, and therefore my conflicted file did not show.
the syntevo smartgit app does many things well, but it really muffed it when it came to clarifying the conflict-resolution process.
btw, thanks to @Arashsoft for his in-depth answer!