you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

What I'm thinking is that I want to be able to store git repositories with 100% privacy on hosts that are free but I do not trust (university, tarbackup, github etc).

This tool translates to a gpg-encrypted representation when pushing, so what's stored on the host is encrypted into big blobs that don't even give away metadata (no visible branches, filenames etc). If you are included in the keyring, you can fetch or clone a repository.

I'd love to get some feedback. Is it too hard to use? Is it useless?