From eadd8db660d74bca218105aae71d71b5d6cf5d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreu=20Rodr=C3=ADguez=20i=20Donaire?= Date: Fri, 28 Oct 2016 23:29:32 +0200 Subject: [PATCH] Correct git command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b43b54dc..a29537a8f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The following tasks take you through the process of building a pipeline that wil # See what files have changed locally. You should see chaincode_start.go git status # Stage all changes in the local repository for commit - git add -all + git add --all # Commit all staged changes. Insert a short description after the -m argument git commit -m "Compiled my code" # Push local commits back to https://github.com//learn-chaincode/