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.
source share