What do you think about putting the code source on Google Drive?
In terms of security.
I think it's necessary to back up the code source, but I'm worried about various ways.
The probability that a computer used by an individual is physically stolen or hacked
The odds of Google Drive being hacked... Or google monitoring... and so on
I wonder what professional programmers think.
Do you typically share commercial-purpose programs on your drive during development?
Or if you have your own know-how to back up your code source, please share it with us.
security
If you're worried about that, you can build a server in your home or company and run git
Git alone is not enough, so we use gerrit together for collaboration
If such an environment does not work, use github as private
© 2024 OneMinuteCode. All rights reserved.