I have a local directory that contains the source code, minus the .git folder, so it has no git integration. I want to add the remote and pull down any changes. I tried git init && git remote add origin https://..., however it wants me to make an initial commit. As there is an existing project, I don't want to make an initial commit.
How can I add the remote repo remote and pull down changes without an initial commit?
.gitfolder, then copy your changes into the existing repository.