01 August 2016

Create Git Repository

You can easily create a git repository by running the below command
git init --bare --share /path/to/my.repository.git
You can clone that Git repository using the follwing command
git clone --local /path/to/my.repository.git

No comments:

Post a Comment