added README.md for the create_git_diff_commit pattern with usag for it
This commit is contained in:
parent
e63e4ea44b
commit
5f75128234
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
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user