Create well-formatted git commits following GitLens conventions
Create a well-formatted git commit following GitLens conventions.
/commit [message]
#123 syntax for auto-linkingExamples:
Adds support for custom autolinks for Jira - fixes #1234
Fixes graph not rendering when switching repositories
Improves performance of commit signature detection
Refactors git provider initialization
git status (never use -uall)git diff --cached and git diff/audit-commits for CHANGELOG format)git add -Agit status and git log -1--amend (the failed commit never happened — amend would modify the previous commit)--force or --no-verify