mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
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…
Reference in New Issue
Block a user