Adds more links

This commit is contained in:
Nemo 2015-07-17 12:33:59 +05:30
parent e06c1809c6
commit 8ae423748a
1 changed files with 15 additions and 4 deletions

View File

@ -34,18 +34,29 @@ I like to keep everything under version control. This is a list of utilities tha
- [Git Large File Storage](https://git-lfs.github.com/)
## Encrypted
## Encrypted Storage
- [HN Thread](https://news.ycombinator.com/item?id=8264496)
- [git-crypt](https://www.agwa.name/projects/git-crypt/)
- [HN Thread](https://news.ycombinator.com/item?id=8264496) for blackbox, with various alternatives suggested
- [git-crypt](https://www.agwa.name/projects/git-crypt/) - git-crypt enables transparent encryption and decryption of files in a git repository
- [Blog post](http://dsernst.com/2015/06/09/git-crypt-is-git--encryption/) on git-crypt
- [transcrypt](https://github.com/elasticdog/transcrypt) - transparently encrypt files within a git repository
- [blackbox](https://github.com/StackExchange/blackbox) - use decryption keys per user, meaning that there is no single shared password
- [git-encrypt](https://github.com/shadowhand/git-encrypt) - Slightly older technique
## Designers
- [pixelapse](https://www.pixelapse.com/) - Visual version control and collaboration workflow
- [Adobe Version Cue](http://sixrevisions.com/project-management/the-ultimate-guide-to-version-control-for-designers/) - Blog post explaining version control to designers
## Music
- [lilypond](http://www.lilypond.org/features.html) - version control for sheet music. Think Latex for sheet music
- [tunemachine](https://github.com/jez/tunemachine) - Version control for spotify playlists.
## Database
- Jeff Atwood's [blog post](http://blog.codinghorror.com/get-your-database-under-version-control/)
## Backups
- [bup](https://github.com/bup/bup) - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images)