Skip to content

Commit eadd8db

Browse files
committed
Correct git command in README.md
1 parent ad3a144 commit eadd8db

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)