added patterns folder

This commit is contained in:
Jonathan Dunn
2024-08-16 15:56:48 -04:00
parent f21b7c9cb8
commit 0c684bd79f
199 changed files with 12185 additions and 0 deletions

View File

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