git is already a decentralized version control software. Your local git repos are mirrors by themselves.
Put some git fetch in a server crontab, and you're done. You can access them via ssh if your user have permissions.
git is already a decentralized version control software. Your local git repos are mirrors by themselves.
Put some git fetch in a server crontab, and you're done. You can access them via ssh if your user have permissions.