added README.md for the create_git_diff_commit pattern with usag for it

This commit is contained in:
draeician 2024-05-31 13:57:45 -05:00
parent e63e4ea44b
commit 5f75128234

View File

@ -0,0 +1,11 @@
# Usage for this pattern:
```bash
git diff
```
Get the diffs since the last commit
```bash
git show HEAD
```