I have been debating with friends about the power of git merged to the simplicity of Dropbox.
Hear me out. I can see a very cool feature when using git within a dropbox folder.
Imagine you are working on several computers (one at home, one at work, one laptop). With git, you can (obviously) pull to get the latest version of your branch on all your devices. But if you put your git repo on dropbox, you just fire your laptop on and your project will be up to date !
What do you think about this workflow ? Would you do this ? Do you see any problems with this usage ? I would love to hear more.
On the other hand, the top voted answer on this SO question demonstrates how one might use a Dropbox directory as a git remote, so that you can push code there intermittently, preventing the trouble with constant writes to the Dropbox.
http://stackoverflow.com/questions/1960799/using-git-and-dro...