We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0536f98 commit 96cb6fdCopy full SHA for 96cb6fd
1 file changed
03-development-workflows/README.md
@@ -736,6 +736,11 @@ copilot
736
> - Case-insensitive matching
737
> - Author name not found
738
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
744
# 4. Generate commit message
745
copilot -p "Generate commit message for: $(git diff --staged)"
746
0 commit comments