Reference git changes, commits, and repository information
@git-changes
for uncommitted changes or @[commit-hash]
for specific commits. When you mention git information, Elastic sees complete diffs, commit messages, and other relevant repository information.
@git-changes
shows all modified files@[commit-hash]
shows commit details@git-changes
- All uncommitted modifications@[a1b2c3d]
- Specific commit by hash@[a1b2c3d4e5f6]
- Full commit hash@git-changes
)@[hash]
)@git-changes Review my recent changes
@git-changes Help me write a good commit message
@[abc123] This commit introduced a bug
@git-changes Explain what this feature does
@git-changes Help resolve these conflicts
@git-changes
to review all changes@git-changes
shows nothing:
git status
to confirm changes@[hash]
doesn’t work: