I have a git repository which is present on Github. I have the same repository on a remote server with same file structure. Things happened and on my remote server the .git directory was deleted.
Is there a way I can change my repository on the remote server to track the one on Github again with the repository on Github as origin? After doing it, I want the repository on remote server behave exactly like a clone of the one on Github.
I can not remove the repository from remote server and clone it from Github again.