DEV Community

Discussion on: Setup Local Git Server on your system

Collapse
 
brandonwallace profile image
brandon_wallace

You can easily set up a headless Linux server inside of your house and install Git on it to set this up. That way you can do backups, set up RAID1 in case of disk failure, and use multiple computers to push and pull from your local Git server. If you have your Git server on the same computer that you use for development and the hard drive fails you will loose everything.

Collapse
 
hmnt39 profile image
Hemant Mishra

Yes, You're right. This is not the right way to save your work. But it may be the start of that one.