We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad3a144 + eadd8db commit 4fea23bCopy full SHA for 4fea23b
1 file changed
README.md
@@ -88,7 +88,7 @@ The following tasks take you through the process of building a pipeline that wil
88
# See what files have changed locally. You should see chaincode_start.go
89
git status
90
# Stage all changes in the local repository for commit
91
- git add -all
+ git add --all
92
# Commit all staged changes. Insert a short description after the -m argument
93
git commit -m "Compiled my code"
94
# Push local commits back to https://github.com/<YOUR_GITHUB_ID_HERE>/learn-chaincode/
0 commit comments