You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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)