Skip to content

Commit 5424f95

Browse files
fix sharing git repo docs (#239)
1 parent 6efde4f commit 5424f95

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pages/getting-started/manage-git-repositories/sharing-git-repositories.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,20 @@ plural deploy
4545
git add . && git commit -m "set up encryption"
4646
git push
4747
```
48+
49+
### Decrypt the repository
50+
51+
There are two ways the person you shared encryption can decrypt the repository. The simplest is to use the `plural clone` command:
52+
53+
```shell
54+
plural clone [email protected]:your/repository.git
55+
```
56+
57+
This will both run a standard git clone and then the following commands:
58+
59+
```shell
60+
plural crypto init
61+
plural crypto unlock
62+
```
63+
64+
If you chose to run a standard `git clone``, the above commands would still be required.

0 commit comments

Comments
 (0)