andrewherd.me

Technical Artist

Pt. 2 – Setting up a Bare Repository

Step 1: Create a bare Repository A bare repository has no working directory assigned to it, it just contains theĀ GIT files for the repository. Create a new folder where you want to store your projects and create a new repository. # mkdir git_repo # cd git_repo # git init –bare –share myrepo.git This creates a […]

Leave a Reply