mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
642 B
Plaintext
30 lines
642 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# transcrypt
|
|
|
|
> Transparently encrypt files within a Git repository.
|
|
> More information: <https://github.com/elasticdog/transcrypt#command-line-options>.
|
|
|
|
- Initialize an unconfigured repository:
|
|
|
|
`transcrypt`
|
|
|
|
- List the currently encrypted files:
|
|
|
|
`git ls-crypt`
|
|
|
|
- Display the credentials of a configured repository:
|
|
|
|
`transcrypt {{[-d|--display]}}`
|
|
|
|
- Initialize and decrypt a fresh clone of a configured repository:
|
|
|
|
`transcrypt {{[-c|--cipher]}} {{cipher}}`
|
|
|
|
- Rekey to change the encryption cipher or password:
|
|
|
|
`transcrypt {{[-r|--rekey]}}`
|