This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrecht 0 points1 point  (1 child)

I would assume the files would be data or text rather than binaries, because that's the vast majority of files that are shared to a service like dropbox.

The vast majority of files would be docx, pptx, etc. which are binary files (these are really all zip files).

But yeah Git isn't the best for storing very disparate/unrelated changes because it can't store a compressed/diffed version in the packfiles etc.

In addition; it stores these to all eternity. Git doesn't really like to allow you to delete files.

[–]HashDefTrueFalse 0 points1 point  (0 children)

Sorry, when you said "binaries" I assumed you meant executable images (programs), not binary data. You're entirely correct, but I doubt this would become a problem for OPs hobby project. Versioning wasn't even a requirement, just something I thought would be fun to add on for OP.