diff --git a/README.md b/README.md index 183bb28..be28c75 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,14 @@ Or you can add an SSH key ## Saving changes +```shell +git add file1 file2 +git add * +``` + +```shell +git commit -m "your commit message" +``` unstage by using ```shell use "git reset HEAD ..." to unstage