I have a local copy a of a web project on a local server. Everything is ok. Works with git and github.
However I have the (almost) same repository on another server. The problem is that repo is initialised with its own git init
command and thus the two repos are separate.
Is there any way to sync these?