From 78fcc901b2b2bca5b147b1d9a9e4e885f57f3d2f Mon Sep 17 00:00:00 2001 From: romildo Date: Mon, 17 Oct 2016 06:52:35 -0200 Subject: [PATCH] Make instructions more clear --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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