Using dropbox as a local git working repo

I have a Github repository that I use for a specific project. Now I want to work on this project in the client office, where I can not use git.

I thought about using dropbox as a local repo, pulling it from github on my home computer, using the Dropbox code at work, and then reverting any changes from home again.

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

+4
source share
1 answer

I did just that, and it works great. I also did this on a flash drive and an external USB drive without any problems.

+4
source

Source: https://habr.com/ru/post/1399089/


All Articles