git init

Table of Contents

Use Dropbox as a private repository howto

mkdir -p ~/Dropbox/Repos
cd ~/Dropbox/Repos
git init --bare project.git
git clone ~/Dropbox/Repos/project.git