|
|
|
How do you keep effective version control of your desktop files?
|
|
9 points
by abriscallbowker
1833 days ago
|
|
I have tried dropbox (with its version history feature) and traditional naming and file management strategies. I was wondering if there were any more efficient, user-friendly ways of keeping track of your desktop files and their respective versions? Almost a GitHub for desktop files. I have in mind a solution where I will have a hosted repository of all my files, and once I select one file (eg 'Sales Deck') it would show me all versions (past commits) of the 'Sales Deck' file, from both myself and anyone else I share that particular repository with. I know dropbox and (kind of) G Suite have this baked in as a feature, but find it hard to use as the UX isn't tailored towards this feature. If I can't find anything that better suits my needs, then I may have a go developing something that does! Would love to hear your thoughts. |
|
Like the other poster I too believe that most binary files cannot be "versioned" (in that you cannot inspect their state and detect semantic changes). The only thing you can do is make a lot of copies - which makes the problem worse (IMO) because you can't diff them, or merge changes, or really do anything meaningful with them. You can do a 'human diff' by opening them side by side, but thats about it.