The GitPoet extension for Visual Studio Code allows you to generate meaningful commit messages quickly and easily. With
GitPoet, you can enhance your Git workflow by creating commit messages that accurately reflect the changes you've made.
Features
Generate commit messages based on the changes you've made
Customizable commit message templates
Integration with the Git command line interface
Automatically include Jira ticket numbers in commit messages (Enterprise plan only)
Installation
Open Visual Studio Code
Go to the Extensions view (Ctrl+Shift+X)
Search for "GitPoet"
Click "Install" on the GitPoet extension
Reload Visual Studio Code
Usage
Make changes to your code
Open the Command Palette (Ctrl+Shift+P)
Run the "GitPoet: Generate Commit Message" command
A commit message will be generated based on the changes you've made and inserted into the commit message box
Press Enter to commit the changes
Support
If you have any questions or issues with the GitPoet extension, please contact us at support@gitpoet.dev.
Release Notes
Version 1.0.0
Initial release
Basic commit message generation for added, modified, and deleted files