Copilot powered git workflow: stage - code review - commit #767
ruicsh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'd like to share a custom workflow for git using CopilotChat.nvim.
fugitive
/codereview
and context#git:staged
<c-y>
immediately issuing a:Git commit
gitcommit
opens, immediately send an headless request with/commit
and#git:staged
asking for a commit message based on the staged changesgitcommit
buffer content with the responsegit commit
with<c-y>
you can find the code here
copilot-git-workflow.webm
Beta Was this translation helpful? Give feedback.
All reactions