Thanks for the tip George. I do use Git on occasion, mostly when the project is a team effort or when I use Xcode and when Git is available on the production servers.
In other cases, particularly with legacy servers. Git or any other code repository is not an option unfortunately.
Not using Git locally is mostly out of habits that I’ve developed over the past 35 years. (I’m not really that old but started coding when I was 13… ok I’m old).
Plus I’ve had some bad experiences with damaged or lost files due to Git commands gone wild, merges, reset, revert etc. probably due to newbie misunderstanding on what the command actually does on my part.
Maybe I’ll fully convert to Git if I can’t keep track of files my usual way.
Ed Wong