Using Git and Dropbox together effectively?
问题 How do I use Git and Dropbox together effectively? 回答1: I think that Git on Dropbox is great. I use it all of the time. I have multiple computers (two at home and one at work) that I use Dropbox as a central bare repository. Since I don't want to host it on a public service, and I don't have access to a server that I can always ssh to, Dropbox takes care of this by syncing (very quickly) in the background. Setup is something like this: ~/project $ git init ~/project $ git add . ~/project $