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.