Create a Local Repository

Instructions for creating a local Git repository

Procedure

  1. Open a terminal window to create a local version of the repository.
    mkdir sandbox && cd sandbox
  2. Create the repository by entering:
    git init