Create readme and Commit to Local RepoProcedureCreate our readme file. echo "# sandbox" >> README.md Commit the readme file to the local repo. git add README.md git commit –m "repo initialization"