mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00: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
|
|
```
|
|
|