Current syntax for stash branch is: branch <branchname> [<stash>] Proposed syntax: branch <branchname> [-n|--no-checkout] [<stash>] This allows the stash command to more meaningfully place patches into "correct" working branches without users having to first clean up their working branch. It lowers friction on my own most common use-case for stash and stash branch - to sensibly park small pieces of WIP that I come across while working on something different. I submitted another proposed flag on stash branch, and similar to last time I'm happy to take a crack at this if people think it's something that could be merged. thanks, Colin