diff --git a/git/viewing-all-diffs-together.md b/git/viewing-all-diffs-together.md new file mode 100644 index 0000000..95c1ba6 --- /dev/null +++ b/git/viewing-all-diffs-together.md @@ -0,0 +1,5 @@ +To see the changes in both staging area and working tree, use: + +``` +git diff HEAD +```