mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
Sessions - add prompt for merging changes (#303607)
* Sessions - add prompt for merging changes * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
10
src/vs/sessions/prompts/merge-changes.prompt.md
Normal file
10
src/vs/sessions/prompts/merge-changes.prompt.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: Merge changes from the topic branch to the merge base branch
|
||||||
|
---
|
||||||
|
<!-- Customize this prompt and select save to override its behavior. Delete that copy to restore the built-in behavior. -->
|
||||||
|
|
||||||
|
Merge changes from the topic branch to the merge base branch.
|
||||||
|
The context block appended to the prompt contains the source and target branch information.
|
||||||
|
|
||||||
|
1. If there are any uncommitted changes, use the `/commit` skill to commit them
|
||||||
|
2. Merge the topic branch into the merge base branch. If there are any merge conflicts, resolve them and commit the merge. When in doubt on how to resolve a merge conflict, ask the user for guidance on how to proceed
|
||||||
Reference in New Issue
Block a user