diff --git a/README.md b/README.md index 2befc0b..2b9866e 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,18 @@ $ git pull upstream master $ git checkout -b ``` - Develop the activity. +- See the status of your cloned repository: +``` +git status +``` +- Add any new or modified file to the revision history: +``` +git add +``` +- Commit the changes: +``` +git commit -m +``` - Push your changes to your forked project. ``` git push origin