arxanas / git-branchless

High-velocity, monorepo-scale workflow for Git
Apache License 2.0
3.44k stars 85 forks source link

feat(submit): support multiple revset arguments #1244

Closed claytonrcarter closed 7 months ago

claytonrcarter commented 7 months ago

I have a bunch of stale branches that I don't want to think about while I work on newer stuff, so I often find myself running git sync branch-1 branch-2 ... and then git submit branch-1 branch-2 ... ... only for submit to tell me that it doesn't support multiple args. 😢 I usually resort to concating them to branch-1+branch-2+..., but I would prefer submit to do that for me, so here we are. 😄