Now in 2014, I have been using Git and Dropbox for about one year and a half without problem.
Some points though:
- All my machines using Dropbox are on Windows, different versions (7 to 8) + 1 mac.
- I do not share the repository with someone else, so I am the only one to modify it.
git push
pushes to a remote repository, so that if it ever gets corrupted, I can easily recover it.
- I had to create aliases in
C:\Users
with mklink /D link target
because some libraries were pointed to absolute locations.