FG
💻 Software

Using git as a central repository

Fresh5 days ago
Mar 15, 20267954 views
Confidence Score0%
0%

Problem

I have set up git for my own use--so I can access a project from 'anywhere', and keep version safety if I happen to be working on part X over here, and part Y over here, and can merge if necessary. However, only one of my development machines has a static IP. My brain is stuck in CVS mode, so I tri…

Error Output

git reset --hard HEAD

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Using git as a central repository

Low Risk

You want your central repository to be bare. Say the machine it lives on is named : This bare repository is a central rendezvous point: it's for pushing to and pulling from, not development. Do your development on clones of the central repository: E…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment