git-remote-gcrypt

Encrypted git remote helper using GPG for secure repository storage

brewmacoslinux
Try with needOr install directly
Source

About

GPG-encrypted git remotes

Commands

git-remote-gcrypt

Examples

Initialize a new encrypted git remote$ git remote add encrypted gcrypt::ssh://user@example.com/path/to/repo.git
Push to an encrypted remote with GPG encryption$ git push encrypted main
Clone from an encrypted git remote$ git clone gcrypt::ssh://user@example.com/path/to/repo.git local-repo