问题
Several questions here already asked about using Dropbox to host a bare repo.
My question is different and much simpler. I am a social scientist with small code -- I keep all of my data and code on Dropbox, synced on home and work computers. Can I just use GIT to version control without a remote repo?
Since all the .git files are synced, along with my actual files, the local working repos in all of my Dropbox folders (at home and work) are identical and functional, correct?
回答1:
You can try using bitbucket.org for git hosting. I allows private git and mercurial repositories. It sounds like it would be a better experience than using dropbox.
来源:https://stackoverflow.com/questions/16765728/is-it-okay-to-keep-local-repos-on-dropbox-without-remote-repo