If a rebase generates conflicts that have to be manually resolved, how do I continue the rebase after resolving the conflicts?
I can do this from the terminal with `git rebase --continue`, but while stuff I read only line says I just need to do a commit I get a warning that the commit message is empty.
Is that not possible with source tree?
Platform: OS X 10.9.5
SourceTree: 2.0.0
Yes the option is there, but it throws an error message
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks -c lfs.customtransfer.bitbucket-media-api.path=git-lfs-bitbucket-media-api -c sequence.editor='C:\Users\patrick.little\AppData\Local\SourceTree\app-3.3.9\tools\stree_gri' -c core.editor='C:\Users\patrick.little\AppData\Local\SourceTree\app-3.3.9\tools\stree_gri' rebase --continue
error: There was a problem with the editor ''C:\Users\patrick.little\AppData\Local\SourceTree\app-3.3.9\tools\stree_gri''.
Please supply the message using either -m or -F option.
error: could not commit staged changes.
Completed with errors, see above.
Using 'git rebase --continue' from the terminal works fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That option is greyed out for me, does that mean my rebase is complete?
I thought that was the case, but vscode put * + (Rebasing) behind the branch name that the repository is on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.