mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-24 13:47:54 -05:00
added README.md for the create_git_diff_commit pattern with usag for it
This commit is contained in:
11
patterns/create_git_diff_commit/README.md
Normal file
11
patterns/create_git_diff_commit/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Usage for this pattern:
|
||||
|
||||
```bash
|
||||
git diff
|
||||
```
|
||||
|
||||
Get the diffs since the last commit
|
||||
```bash
|
||||
git show HEAD
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user