Skip to content

Instantly share code, notes, and snippets.

@brianstorti
Created May 27, 2011 01:27
Show Gist options
  • Save brianstorti/994472 to your computer and use it in GitHub Desktop.
Save brianstorti/994472 to your computer and use it in GitHub Desktop.
Git Dropbox
cd ~/Dropbox
mkdir -p repos/myrepo.git
cd !$
git --bare init
cd ~/Projects/myrepo
git remote add dropbox file://$HOME/Dropbox/repos/myrepo.git
git push dropbox master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment