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" ```