HelperSheets/LlmPrompts/create_git_diff_commit/README.md
2024-08-26 18:09:02 +02:00

12 lines
112 B
Markdown

# Usage for this pattern:
```bash
git diff
```
Get the diffs since the last commit
```bash
git show HEAD
```