-
Notifications
You must be signed in to change notification settings - Fork 0
Add branch move command
#367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
branch move commandbranch move command to move branches within a stack
| stackConfig.Save(stackData); | ||
|
|
||
| logger.BranchMovedInStack(branchName, stack.Name); | ||
| logger.SuggestStackUpdate(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot change this to use IDisplayProvider instead, like the way that examples are done for the status command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to use IDisplayProvider.DisplayMessage() instead of the logger extension method. The suggestion message now uses proper styling with Example() formatting for the command names. Commit: 3d63a60
4dbff39 to
0ac1542
Compare
…e-parenting Co-authored-by: geofflamrock <2915931+geofflamrock@users.noreply.github.com>
…cumentation Co-authored-by: geofflamrock <2915931+geofflamrock@users.noreply.github.com>
Co-authored-by: geofflamrock <2915931+geofflamrock@users.noreply.github.com>
7c44d90 to
f9608fe
Compare
branch move command to move branches within a stackbranch move command
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.