after stumbling upon a very useful suggestion on how to use dropbox as the center for your git projects, i stumbled upon this simple shell script that compacts the general idea into one solitary =>
git dropbox
this will create a bare repository in your dropbox if it doesn’t exist, and mirror your current git project to it. its probably not the best solution for groups as it seems there are a few ways you could distort the repository by pushing mirrors of out-of-sync local versions. for the lonely developer or small team though, it is definitely worth consideration.