Create readme and Commit to Local Repo

Procedure

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