mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 10:52:07 +00:00
Update cheatsheets
This commit is contained in:
29
transcrypt
Normal file
29
transcrypt
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user