There was an error while loading. Please reload this page.
Simple explanation: I currently have a few open PRs. I update all my PRs using sl rebase -r 'draft()' -d remote/main. But how do I update the PRs?
sl rebase -r 'draft()' -d remote/main
Want: sl pr submit --rev 'draft()'
sl pr submit --rev 'draft()'
Got:
sl pr submit
Simple explanation: I currently have a few open PRs. I update all my PRs using
sl rebase -r 'draft()' -d remote/main. But how do I update the PRs?Want:
sl pr submit --rev 'draft()'Got:
sl pr submit