Is it okay to keep local repos on dropbox without remote repo

故事扮演 提交于 2019-12-10 15:25:39

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!