From 0d52265362ddbbd4ea0fff20385550c13f835f3b Mon Sep 17 00:00:00 2001 From: Adrien Kaiser Date: Thu, 11 Apr 2013 17:38:40 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db5fb70..3b39c22 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ All useful git commands -- Add all modified files to the staging area `$ git add ` +- Add or remove all modified files to the staging area `$ git add/rm ` - Commit changes to these files with comment `$ git commit -m ''` - Push local changes to remote repository `$ git push` @@ -131,7 +131,7 @@ $ git remote add origin git@github.com:adrienkaiser/.git $ git clone git@github.com:adrienkaiser/.git ``` ``` -$ git add +$ git add/rm $ git commit -m '' $ git push $ git push -f