When launching an interactive rebase from Sourcetree, is it possible to configure the git-rebase command and/or customise the options passed to it?
E.g. Here is the Git rebase command that appears to be launched by the "Rebase children of <SHA> interactively" menu item...
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks -c sequence.editor='C:\Users\<USERNAME>\AppData\Local\SourceTree\app-3.3.9\tools\stree_gri' -c core.editor='C:\Users\<USERNAME>\AppData\Local\SourceTree\app-3.3.9\tools\stree_gri' rebase -i --autosquash <SHA>
Alternatively, is it possible to create a Custom Action for interactive rebasing that might achieve a similar result but still use "stree_gri.exe"?
Version: Sourcetree 3.3.9 (Windows 10 Pro 2004, Build 19041)
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.