mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-23 21:28:06 -05:00
12 lines
112 B
Markdown
12 lines
112 B
Markdown
# Usage for this pattern:
|
|
|
|
```bash
|
|
git diff
|
|
```
|
|
|
|
Get the diffs since the last commit
|
|
```bash
|
|
git show HEAD
|
|
```
|
|
|