Want the benefits of private, distributed version control but don’t want to pay GitHub’s subscription fee? Or simply don’t trust GitHub with checked in passwords, tokens and secrets?
You can fashion yourself a quick and dirty solution using Git and Dropbox.
git clone dropbox://<reponame>
git add
git commit
git push
clone
, add
, commit
and push
too. Easy as!
Originally published at jamesfmackenzie.com