Create a Local RepositoryInstructions for creating a local Git repositoryProcedureOpen a terminal window to create a local version of the repository. mkdir sandbox && cd sandbox Create the repository by entering: git init