gh-copilot
gh-copilot copied to clipboard
[FEAT]: Generate commit message from cli.
Describe the need
This is already doable through vscode gui, can you guys please expose it via the cli? I need that for my automted workflows.
Thanks.
I would love to see this too - happy to help implementing it if there is any interest
Looking forward for this
me Too
please, I really need this!
While waiting for this feature, I made a tiny, AI-powered, and multi-provider commit describer in Go, feel free to try it out: describe-commit
I found a workaround (though it doesn't always work):
$ gh copilot suggest -t git "commit with summarized commit message: $(git diff --staged)"
or executable
$ ghcs -t git "commit with summarized commit message: $(git diff --staged)"
I also added this command to my Zsh alias.