From 4da2c0c3b43e39f6662fd4b9fcc38f21e6f6e805 Mon Sep 17 00:00:00 2001 From: Bastian Date: Thu, 9 Jan 2020 16:51:34 +0100 Subject: [PATCH] Add text about staging --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f1dbb..9d84220 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ git add file1 file2 git add * ``` -Committing files with commit message +Committing files with commit message, this will stage your changes ```shell git commit -m "your commit message" ```