Y
Hacker News
new
|
ask
|
show
|
jobs
by
xyzzyb
5590 days ago
This will only backup the master (or any other specified) branch. I find it's better to just have a bare repo in dropbox added as a remote called "dropbox" and use:
$ git push dropbox --all
or
$ git push dropbox --mirror