You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`commit-msg` is a command-line tool that generates commit messages using LLM (Large Language Models). It is designed to help developers create clear and concise commit messages for their Git repositories automatically by analyzing your staged changes.
8
9
9
10
## Screenshot
10
11
11
12
Below is a sample execution of `commit-msg`:
12
13
13
-

14
+

14
15
15
16
Before running the application, ensure you have set the system environment variables. and add commit.exe to path variables (same for linux macOS)
0 commit comments