fabric/patterns/create_git_diff_commit/README.md

12 lines
112 B
Markdown
Raw Normal View History

2024-08-16 19:56:48 +00:00
# Usage for this pattern:
```bash
git diff
```
Get the diffs since the last commit
```bash
git show HEAD
```