Hacker News new | ask | show | jobs
by pdeuchler 3851 days ago
I store my whole workspace on Dropbox (minus some sensitive projects which are in my tarsnap-workspace). Every single one of my projects starts out with

>> mkdir projectname && cd projectname && git init

but not all of those projects end up on github/online repos.

Regardless, git is not backup, and dropbox isn't (real) versioning.