diff --git a/patterns/create_git_diff_commit/README.md b/patterns/create_git_diff_commit/README.md new file mode 100644 index 0000000..2b4af66 --- /dev/null +++ b/patterns/create_git_diff_commit/README.md @@ -0,0 +1,11 @@ +# Usage for this pattern: + +```bash +git diff +``` + +Get the diffs since the last commit +```bash +git show HEAD +``` +