From 1b7ef2716727e609c548b6346e9c0177f06fb430 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 4 Feb 2025 00:06:03 -0500 Subject: [PATCH] add git commit instructions --- .../src/component-documents/git-basics.md | 27 +++++++++++++++++++ .../encrypt-wallet-to-namespace-key.md | 2 ++ .../operator/namespace-entropy-ceremony.md | 2 ++ .../operator/quorum-entropy-ceremony.md | 2 ++ 4 files changed, 33 insertions(+) create mode 100644 quorum-vault-system/src/component-documents/git-basics.md 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