ionos/conventional-commit-command icon
public
Published on 4/9/2025
Conventional Commit Command

Create a commit message from diff that can be applied on the terminal

Prompts
Commit Command
Create a commit message from diff that can be applied on the terminal
For the below diff provide a conventional commit message as git command.
Only output the git command. Do not write any explaination text.

## Example Output:
```bash
git commit -m "feat: added emojis for improved readability"
```

## Diff Input:
@diff