I’m a newbie Git user. I have installed GitHub Desktop in Windows and cloned my repo from GitHub to my computer, and all is well there. What I have been doing is making changes to my cloned files on my computer and then periodically committing using Desktop (please tell me if that’s not the way to do it).
I see when I rename a folder in my clone, though, that Desktop wants to delete all the files in the existing repo folder and add them all to a folder with the new name. Does it actually do that? It seems like the repo history would grow much larger than it needs to that way. I have read that Git is smart enough to recognize file name or location changes without duplicating files, so why doesn’t Desktop do it that way? Or does it?
Thanks for any help,
Gerrit