I would like to link my current git repo to an updated version of the repo on my computer that wasn't being tracked.
However, if I clone it... it will download the old repo on top of it.
Is there a way where I can clone without downloading the files, then scan for real differences between the folder and the repo, and push those changes?