Skip to content

Commit 4fea23b

Browse files
author
Dale Avery
authored
Merge pull request IBM-Blockchain-Archive#43 from anrodon/master
Correct git command in README.md
2 parents ad3a144 + eadd8db commit 4fea23b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following tasks take you through the process of building a pipeline that wil
8888
# See what files have changed locally. You should see chaincode_start.go
8989
git status
9090
# Stage all changes in the local repository for commit
91-
git add -all
91+
git add --all
9292
# Commit all staged changes. Insert a short description after the -m argument
9393
git commit -m "Compiled my code"
9494
# Push local commits back to https://github.com/<YOUR_GITHUB_ID_HERE>/learn-chaincode/

0 commit comments

Comments
 (0)