mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 02:15:30 +02:00
transcrypt: add page (#3952)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
10f6f2a68e
commit
acb8af9307
1 changed files with 24 additions and 0 deletions
24
pages/common/transcrypt.md
Normal file
24
pages/common/transcrypt.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# transcrypt
|
||||||
|
|
||||||
|
> Transparently encrypt files within a git repository.
|
||||||
|
> More information: <https://github.com/elasticdog/transcrypt>.
|
||||||
|
|
||||||
|
- Initialize an unconfigured repository:
|
||||||
|
|
||||||
|
`transcrypt`
|
||||||
|
|
||||||
|
- List the currently encrypted files:
|
||||||
|
|
||||||
|
`git ls-crypt`
|
||||||
|
|
||||||
|
- Display the credentials of a configured repository:
|
||||||
|
|
||||||
|
`transcrypt --display`
|
||||||
|
|
||||||
|
- Initialize and decrypt a fresh clone of a configured repository:
|
||||||
|
|
||||||
|
`transcrypt --cipher={{cipher}}`
|
||||||
|
|
||||||
|
- Rekey to change the encryption cipher or password:
|
||||||
|
|
||||||
|
`transcrypt --rekey`
|
Loading…
Add table
Reference in a new issue