Skip to content

Commit 96cb6fd

Browse files
authored
Add commit message generation instructions
Added instructions for generating commit messages in interactive and programmatic modes.
1 parent 0536f98 commit 96cb6fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

03-development-workflows/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,11 @@ copilot
736736
> - Case-insensitive matching
737737
> - Author name not found
738738
739+
# You can generate a commit message in interactive mode or programmatic mode
740+
# Exit the interactive session and do it using `copilot -p`
741+
742+
> /exit
743+
739744
# 4. Generate commit message
740745
copilot -p "Generate commit message for: $(git diff --staged)"
741746

0 commit comments

Comments
 (0)