git-remote-dropbox is a Git remote helper that lets Dropbox act like a real Git remote. It provides a transparent bridge between Git and a Dropbox folder or shared Dropbox folder. After installation and login, users can clone from or push to remote URLs that use the dropbox scheme. The helper preserves traditional Git remote guarantees, including atomic behavior even when multiple people operate on the repository. It can automatically create the repository directory the first time a user...