Using dropbox as local Git working repo

点点圈 提交于 2019-12-09 13:19:07

问题


I have a Github repo that I use for a specific project. I now want to work on this project at a client's office where I am unable to use git.

I was thinking about using dropbox as a local repo, pulling to dropbox from github on my home machine, using the dropbox code at work, and then pushing any changes again from home.

Has anyone done this before? I have seen lots of people using dropbox as a repo for git, but not as a single-user local working copy.


回答1:


I've done exactly that and it works fine. I've also done this on a thumb drive and an external USB drive without any problems.



来源:https://stackoverflow.com/questions/9507098/using-dropbox-as-local-git-working-repo

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