Encrypted git remote helper using GPG for secure repository storage
GPG-encrypted git remotes
git-remote-gcrypt$ git remote add encrypted gcrypt::ssh://user@example.com/path/to/repo.git$ git push encrypted main$ git clone gcrypt::ssh://user@example.com/path/to/repo.git local-repo