Git "server" on Dropbox
Setup repo on Dropbox
cd ~/Dropbox/Git
mkdir -p REPO-NAME.git
cd !$
git --bare init
Setup Push
cd my-repo
git remote add dropbox file://$HOME/Dropbox/Git/REPO-NAME.git
git push dropbox master
Multiple users can push to this remote repo
Written by Rodolfo Novak
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Dropbox
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#