From c2d2fc323de52e5d9596ec82d71bdd2296f2d3cb Mon Sep 17 00:00:00 2001 From: Bastian Date: Thu, 9 Jan 2020 13:14:14 +0100 Subject: [PATCH] Added git diff --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f2e5202..9ea0cf4 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ Omit --global to set the identity only in this repository. Or you can add an SSH key ## Saving changes +See changes that have been made +```shell +git diff +``` Adding files to commit ```shell