Describe the feature or problem you'd like to solve
In Copilot CLI, the /diff command should allow you to be able to set the base branch when viewing in branch diff mode vs local edits.
Proposed solution
If I'm working on branch b with the following format:
develop -> branch a (feature) -> branch b (jira task)
I want the branch change mode for /diff on branch b to reflect the branch diff vs branch a, not automatically determined develop.
Example prompts or workflows
/diff set-base <branch>
Additional context
No response
Describe the feature or problem you'd like to solve
In Copilot CLI, the
/diffcommand should allow you to be able to set the base branch when viewing inbranch diffmode vs local edits.Proposed solution
If I'm working on branch b with the following format:
develop -> branch a (feature) -> branch b (jira task)I want the branch change mode for
/diffonbranch bto reflect the branch diff vsbranch a, not automatically determineddevelop.Example prompts or workflows
/diff set-base <branch>Additional context
No response