Add git-crypt info to man page
This commit is contained in:
parent
787de27b7c
commit
2978c7dd8a
1 changed files with 22 additions and 0 deletions
22
yadm.1
22
yadm.1
|
@ -56,6 +56,8 @@ list
|
||||||
|
|
||||||
.BR yadm " enter [ command ]
|
.BR yadm " enter [ command ]
|
||||||
|
|
||||||
|
.BR yadm " git-crypt [ options ]
|
||||||
|
|
||||||
.BR yadm " upgrade
|
.BR yadm " upgrade
|
||||||
|
|
||||||
.BR yadm " introspect
|
.BR yadm " introspect
|
||||||
|
@ -211,6 +213,15 @@ With this config, use (magit-status "/yadm::"). If you find issue with Emacs 27
|
||||||
trying running (setenv "SHELL" "/bin/bash").
|
trying running (setenv "SHELL" "/bin/bash").
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
.BI git-crypt " options
|
||||||
|
If git-crypt is installed, this command allows you to pass options directly to
|
||||||
|
git-crypt, with the environment configured to use the yadm repository.
|
||||||
|
|
||||||
|
git-crypt enables transparent encryption and decryption of files in a git repository.
|
||||||
|
You can read
|
||||||
|
https://github.com/AGWA/git-crypt
|
||||||
|
for details.
|
||||||
|
.TP
|
||||||
.B gitconfig
|
.B gitconfig
|
||||||
Pass options to the
|
Pass options to the
|
||||||
.B git config
|
.B git config
|
||||||
|
@ -744,6 +755,17 @@ This can be disabled using the
|
||||||
.I yadm.auto-exclude
|
.I yadm.auto-exclude
|
||||||
configuration.
|
configuration.
|
||||||
|
|
||||||
|
.B Using git-crypt
|
||||||
|
|
||||||
|
A completely separate option for encrypting data is to install and use git-crypt.
|
||||||
|
Once installed, you can run git-crypt commands for the yadm repo by running
|
||||||
|
.BR "yadm git-crypt" .
|
||||||
|
git-crypt enables transparent encryption and decryption of files in a git repository.
|
||||||
|
You can read
|
||||||
|
https://github.com/AGWA/git-crypt
|
||||||
|
for details.
|
||||||
|
.LP
|
||||||
|
|
||||||
.SH PERMISSIONS
|
.SH PERMISSIONS
|
||||||
|
|
||||||
When files are checked out of a Git repository, their initial permissions are
|
When files are checked out of a Git repository, their initial permissions are
|
||||||
|
|
Loading…
Reference in a new issue