diff --git a/quorum-vault-system/src/component-documents/git-basics.md b/quorum-vault-system/src/component-documents/git-basics.md new file mode 100644 index 0000000..015f096 --- /dev/null +++ b/quorum-vault-system/src/component-documents/git-basics.md @@ -0,0 +1,27 @@ +/* ANCHOR: all */ +// ANCHOR: content +* Connect SD card to online machine + +* {{ #include finding-device-name.md:content }} + +* Copy files into designated location in a repository: + + * e.g `cp /dev/ ~//` + +* Add all files to git stage: + + * `git add .` + +* Review what files are staged: + + * `git status` + +* Create a signed commit: + + * `git commit -m -S ""` + +* Push the changes to the branch you are on: + + * `git push origin HEAD` +// ANCHOR_END: content +/* ANCHOR_END: all */ \ No newline at end of file diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md index 34622fa..76f6445 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/encrypt-wallet-to-namespace-key.md @@ -20,3 +20,5 @@ Procedure for importing an arbitrary secret (raw key, mnemonic, state secrets) i 1. Once encrypted, name the file appropriately and add it to an `artifacts/` directory in the appropriate namespace subdirectory in the `vaults` repository +{{ #include ../../../../component-documents/git-basics.md:content }} + diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md index af3f8d1..db5ab54 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/namespace-entropy-ceremony.md @@ -52,6 +52,8 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor 1. Upload the newly generated artifacts into the `vaults` repository +{{ #include ../../../../component-documents/git-basics.md:content }} + 1. Gather all the original items that were in the air-gapped bundle: * Air-gapped computer diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/quorum-entropy-ceremony.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/quorum-entropy-ceremony.md index 2591a2a..4279a6a 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/quorum-entropy-ceremony.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/quorum-entropy-ceremony.md @@ -53,6 +53,8 @@ This is a ceremony for generating entropy which is used to derive Quorum PGP key 1. Transfer the ceremony artifacts to an online machine using one of the SD cards and upload the newly generated artifacts into the `vaults` repository in the appropriate `` sub directory using an online machine +{{ #include ../../../../component-documents/git-basics.md:content }} + 1. Gather all the original items that were in the air-gapped bundle: * Air-gapped computer