Is it possible to host a bare Git repository using Dropbox, to share code?

后端 未结 8 922
借酒劲吻你
借酒劲吻你 2020-11-27 16:56

I realize that there are similar questions, but my question is slightly different: I\'m wondering whether sharing a bare repository via a synchronized Dropbox folde

8条回答
  •  独厮守ぢ
    2020-11-27 17:51

    If I told you that there are cases in which Dropbox has screwed up my Git would I answer your question by contradiction? At least in my experience, this has happened more than 5 times and there are a lot of people having the same experience out there.

    But nowadays I don't believe that Dropbox is really that essential with Git, really. Actually you can set remote branches (Github, Gitorious, Bitbucket) which can replace Dropbox sharing and revision history features (isn't all that about Dropbox?) and offer you even more.

提交回复
热议问题