Skip to content

Commit

Permalink
Correct git command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anrodon committed Oct 28, 2016
1 parent ad3a144 commit eadd8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<YOUR_GITHUB_ID_HERE>/learn-chaincode/
Expand Down

0 comments on commit eadd8db

Please sign in to comment.