Last Updated: February 25, 2016
·
541
· laurentgoderre

No budget for private github repositories? Use git on a network share

Using git on network drive is just as easy as using git on github.

In the terminal, go to the network location to create a new repository and type

git init --bare

In your homer folder use the command

git clone [path to network drive]

All the rest is exactly the same.