Comment on The sneakernet in git - trivial backup of personal repositoriesComments−xyzzyb15yThis 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
Comments
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:
or