Long story short, I am starting a new git on a project with files I copied from an old project. When I start a new remote with github it doesn't sync the entire contents of the project, only one old commit that I made before copying over the file. When I try to sync the rest of the missing files in Xcode it says "no version editor".
On closer inspection, what's going on is the git that's created is only for the Pods folder and not the project folder. That's has something to do with this old commit that was trying to update the pods.
How can I remove that old commit so hopefully all the files sync? Or should I be going about this another way completely?
I've been going around in circles for a couple of days because of a pods update that didn't properly sync with gitHub. Any and all ideas are appreciated!