Last Updated: February 25, 2016
·
1.682K
· wutupake

Git repository on Dropbox (you can use Sugarsync, Box.net, ...)

Init Git on your Dropbox folder
(es: "index.git" is the name of the repo)

git init --bare index.git

Add origin repository on your project folder

git remote add origin file:///Path/to/your/Dropbox/folder/index.git/