Auto resolve conflicts in smartgit while rebasing

7.2k views Asked by At

There is this nice feature in smartgit that sets the conflicted file as the rebase target, which is by invoking the command 'Set to rebase target ("theirs")' on the file.

However, I want this to be done automatically on every conflicted file during rebasing. There are just so many commits and conflicted files that resolving each file manually is very time consuming.

Is there a way to make smartgit perform that resolution automatically ?

Thanks.

1

There are 1 answers

5
Andreas Wederbrand On BEST ANSWER

If smartgit is as smart as git then just go a head with

git rebase -s recursive -X theirs