How do you guys manage backups i.e. current working version v's development version

Hey all

Just wondering how you experts manage your back up processes in Xcode as I am sure I don't do this int he correct manner. I simply take a copy of the finder folder containing all my app data, everything, and copy that to a separate drive, rename the folder to backup_version_date and that's that. Then I continue to work on the current version.

How do you guys manage this process in Xcode? Is there an inbuilt function in Xcode that would facilitate this or make it easier/safer for me to adopt?

What's your advice please?
ta
Answered by OOPer in 664112022
If your main concern is keeping the old versions, I use git.
For making backups just for backups, I use Time Machine.
Accepted Answer
If your main concern is keeping the old versions, I use git.
For making backups just for backups, I use Time Machine.
How do you guys manage backups i.e. current working version v's development version
 
 
Q