I have a 6Gb GIT repo that's taken me a while to piece together using a combination of both local and production files. I've added/committed/pushed a bunch of images (1000s of them) into the repo from production but I have the majority of them on my local machine already (from a previous backup) in the same directory locations as the ones from production but they're 'untracked'
I get the feeling if I do a GIT pull on my dev environment it's not going to work, because of the untracked files - but I'd like to try and avoid deleting them all and then downloading them all from the GitHub repo - is there a way to do this?
I haven't actually tried to do a pull for fear of having a massive merge problem - I'd prefer to just delete them all if it's going to be hard work and live with downloading them all again.