Show HN: Backup your public GitHub repositories with GitHub-backup
1–10 of 21 posts
Re: Show HN: Backup your public GitHub repositories with GitHub-backup
#2Re: Show HN: Backup your public GitHub repositories with GitHub-backup
#3Aren't your repos already backed up locally? I mean that is where I created them...
Re: Show HN: Backup your public GitHub repositories with GitHub-backup
#4Re: Show HN: Backup your public GitHub repositories with GitHub-backup
#5Re: Show HN: Backup your public GitHub repositories with GitHub-backup
#6Are there really people whose ONLY copy of a project is on GitHub? If so, I think they're not doing distributed version control correctly.
Re: Show HN: Backup your public GitHub repositories with GitHub-backup
#7Are there really people whose ONLY copy of a project is on GitHub? If so, I think they're not doing distributed version control correctly.
Re: Show HN: Backup your public GitHub repositories with GitHub-backup
#8Are there really people whose ONLY copy of a project is on GitHub? If so, I think they're not doing distributed version control correctly.
This tool helps you stay distributed by keeping a server somewhere that constantly backs up all your repos. With this you can't accidentally forget to make a copy if you make a quick repo in a coffee shop somewhere, and delete the local copy days later when you're cleaning up.
Re: Show HN: Backup your public GitHub repositories with GitHub-backup
#9Earlier quoted context omitted.
This tool helps you stay distributed by keeping a server somewhere that constantly backs up all your repos. With this you can't accidentally forget to make a copy if you make a quick repo in a coffee shop somewhere, and delete the local copy days later when you're cleaning up.
Or you could mirror to multiple repositories with one push. I write about how to use Github & Bitbucket simultaneously here: http://deanclatworthy.com/2013/01/how-to-avoid-relying-on-gi...