Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kamen69848yIn all seriousness, if you're working on something alone, you can kind of use Google Drive as a backup - just place a project's folder inside Google Drive's synced folder.
-
@kamen What happens when you screw something in a synced folder? Revert commit? Oh wait... You can't :(
-
vhoyer13538y@Jormungandr you can revert the commit if you use git into the google drive synced folder xD
-
kamen69848y@Sempros I'm not saying it's better than proper VCS, I'm saying it's better than nothing.
-
kamen69848y@polaroidkidd Yes, I know, GitLab also does, but the point is that git may be confusing for someone who has just started learning to program. Google Drive is not the right tool for the job, but it's still a fact that it can keep your code backed up and available on multiple computers if you're working on it just by yourself.
-
@kamen ah yeah, if you're just starting out I agree but I still highly recommend getting familiar with git. The basics are super simple and it won't take more than an hour to get the hang of it. Personally, I wished the git thing was done in the first week of my cs course.
-
"sure, I can try to set up automatic backup of repository's working copy to Google Drive; no guarantees it actually would work. Of course that would cost you extra"
-
Bytepusher1204d@kamen git is generally confusing, and totally overhyped for version control.
It's much better though than not having version control. Copying files around is not version control.
Related Rants
-
qbalsdon49Got this from a recruiter: We are looking for a **Senior Android Developer/Lead** at Philadelphia PA Hiring ...
-
nikolatesla9At the ending part of the interview, I asked a final question to the HR. Me: "So, what language is mostly use...
-
vortex11Interviewer: So you worked with mysql? Me: yes, for over 6 years Interviewer: so, you know how to write quer...
"Are you familiar with uploading your code to Google Drive?"
I left the building at that exact moment.
rant
wk48
google drive
no git