diff --git a/README.md b/README.md index be28c75..0e705b8 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,13 @@ Or you can add an SSH key ## Saving changes +Adding files to commit ```shell git add file1 file2 git add * ``` +Committing files with commit message ```shell git commit -m "your commit message" ```