I'm curious about the differences between using GitHub and traditional cloud storage services like OneDrive or Dropbox for storing files, images, and non-personal data. Is there any specific reason to choose one over the other? I've heard that cloud services can access and potentially compromise data, which makes me hesitant. I know that GitHub is mainly for code, but it can also store files, and I've read about using encryption (.gpg) and .gitignore to manage files better. I'm specifically talking about using a personal account with private repositories, not a work-related one.
3 Answers
It's true that GitHub is technically a cloud platform, but it's really designed for hosting source code more than anything else. If you're looking for privacy, both GitHub and other cloud services can have issues, especially since GitHub is owned by Microsoft.
Don't forget that .gitignore just tells Git to ignore certain files and doesn't actually hide them. And remember, it's risky to put sensitive information in Git, even if it's encrypted. The type of data you have really influences the best storage option, especially regarding size and access needs.
Honestly, GitHub is great for source code, but it’s not ideal for regular office files or binaries. For that, using something like Microsoft 365 or Google Docs makes more sense. You could also look into self-hosting services like Nextcloud if you're open to that.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically