Skip to content

Commit

Permalink
fix sharing git repo docs (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Oct 4, 2023
1 parent 6efde4f commit 5424f95
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,20 @@ plural deploy
git add . && git commit -m "set up encryption"
git push
```

### Decrypt the repository

There are two ways the person you shared encryption can decrypt the repository. The simplest is to use the `plural clone` command:

```shell
plural clone [email protected]:your/repository.git
```

This will both run a standard git clone and then the following commands:

```shell
plural crypto init
plural crypto unlock
```

If you chose to run a standard `git clone``, the above commands would still be required.

0 comments on commit 5424f95

Please sign in to comment.