Linux command
yadm-git-crypt 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Initialize git-crypt
yadm git-crypt init
Unlock repository
yadm git-crypt unlock
Add GPG key
yadm git-crypt add-gpg-user [key-id]
说明
yadm git-crypt wraps git-crypt for transparent encryption. Files matching .gitattributes patterns are encrypted on push, decrypted on pull. Alternative to yadm encrypt for per-file encryption.
FAQ
What is the yadm-git-crypt command used for?
yadm git-crypt wraps git-crypt for transparent encryption. Files matching .gitattributes patterns are encrypted on push, decrypted on pull. Alternative to yadm encrypt for per-file encryption.
How do I run a basic yadm-git-crypt example?
Run `yadm git-crypt init` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more yadm-git-crypt examples?
This page includes 3 examples for yadm-git-crypt, plus related commands for nearby Linux tasks.