Several questions here already asked about using Dropbox to host a bare repo.
My question is different and much simpler. I am a social scientist with small code -- I keep all of my data and code on Dropbox, synced on home and work computers. Can I just use GIT to version control without a remote repo?
Since all the .git files are synced, along with my actual files, the local working repos in all of my Dropbox folders (at home and work) are identical and functional, correct?