From fbed7fd04f888bfb2fbd59088fdd4bcef7da01f6 Mon Sep 17 00:00:00 2001 From: opfuchs Date: Mon, 29 Apr 2024 23:46:25 -0400 Subject: [PATCH] Quartz sync: Apr 29, 2024, 11:46 PM --- .../Access (general).md | 0 .../Business stuff.md | 0 .../Cloud/AWS Stuff.md | 0 .../Cloud/Azure Stuff.md | 0 .../Cloud/GCP Stuff.md | 0 .../Cloud/IAM.md | 0 .../Cloud/Non-hyperscalers.md | 0 .../Container Stuff.md | 0 .../DNS.md | 0 .../Email.md | 0 .../Environment segregation.md | 0 content/Infrastructure etc./Git.md | 13 +++++++++++++ .../IaC.md | 0 .../Immutable OS Stuff.md | 0 .../K8s.md | 0 .../Logging.md | 0 .../Metrics.md | 0 .../Migration.md | 0 .../Secrets Management.md | 0 .../Security Labs.md | 0 20 files changed, 13 insertions(+) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Access (general).md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Business stuff.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Cloud/AWS Stuff.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Cloud/Azure Stuff.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Cloud/GCP Stuff.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Cloud/IAM.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Cloud/Non-hyperscalers.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Container Stuff.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/DNS.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Email.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Environment segregation.md (100%) create mode 100644 content/Infrastructure etc./Git.md rename content/{DevOps and Infrastructure => Infrastructure etc.}/IaC.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Immutable OS Stuff.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/K8s.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Logging.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Metrics.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Migration.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Secrets Management.md (100%) rename content/{DevOps and Infrastructure => Infrastructure etc.}/Security Labs.md (100%) diff --git a/content/DevOps and Infrastructure/Access (general).md b/content/Infrastructure etc./Access (general).md similarity index 100% rename from content/DevOps and Infrastructure/Access (general).md rename to content/Infrastructure etc./Access (general).md diff --git a/content/DevOps and Infrastructure/Business stuff.md b/content/Infrastructure etc./Business stuff.md similarity index 100% rename from content/DevOps and Infrastructure/Business stuff.md rename to content/Infrastructure etc./Business stuff.md diff --git a/content/DevOps and Infrastructure/Cloud/AWS Stuff.md b/content/Infrastructure etc./Cloud/AWS Stuff.md similarity index 100% rename from content/DevOps and Infrastructure/Cloud/AWS Stuff.md rename to content/Infrastructure etc./Cloud/AWS Stuff.md diff --git a/content/DevOps and Infrastructure/Cloud/Azure Stuff.md b/content/Infrastructure etc./Cloud/Azure Stuff.md similarity index 100% rename from content/DevOps and Infrastructure/Cloud/Azure Stuff.md rename to content/Infrastructure etc./Cloud/Azure Stuff.md diff --git a/content/DevOps and Infrastructure/Cloud/GCP Stuff.md b/content/Infrastructure etc./Cloud/GCP Stuff.md similarity index 100% rename from content/DevOps and Infrastructure/Cloud/GCP Stuff.md rename to content/Infrastructure etc./Cloud/GCP Stuff.md diff --git a/content/DevOps and Infrastructure/Cloud/IAM.md b/content/Infrastructure etc./Cloud/IAM.md similarity index 100% rename from content/DevOps and Infrastructure/Cloud/IAM.md rename to content/Infrastructure etc./Cloud/IAM.md diff --git a/content/DevOps and Infrastructure/Cloud/Non-hyperscalers.md b/content/Infrastructure etc./Cloud/Non-hyperscalers.md similarity index 100% rename from content/DevOps and Infrastructure/Cloud/Non-hyperscalers.md rename to content/Infrastructure etc./Cloud/Non-hyperscalers.md diff --git a/content/DevOps and Infrastructure/Container Stuff.md b/content/Infrastructure etc./Container Stuff.md similarity index 100% rename from content/DevOps and Infrastructure/Container Stuff.md rename to content/Infrastructure etc./Container Stuff.md diff --git a/content/DevOps and Infrastructure/DNS.md b/content/Infrastructure etc./DNS.md similarity index 100% rename from content/DevOps and Infrastructure/DNS.md rename to content/Infrastructure etc./DNS.md diff --git a/content/DevOps and Infrastructure/Email.md b/content/Infrastructure etc./Email.md similarity index 100% rename from content/DevOps and Infrastructure/Email.md rename to content/Infrastructure etc./Email.md diff --git a/content/DevOps and Infrastructure/Environment segregation.md b/content/Infrastructure etc./Environment segregation.md similarity index 100% rename from content/DevOps and Infrastructure/Environment segregation.md rename to content/Infrastructure etc./Environment segregation.md diff --git a/content/Infrastructure etc./Git.md b/content/Infrastructure etc./Git.md new file mode 100644 index 00000000..78da63ff --- /dev/null +++ b/content/Infrastructure etc./Git.md @@ -0,0 +1,13 @@ + +# Git Credential Manager + +https://github.com/git-ecosystem/git-credential-manager + +NOTE: Only works with GitHub and Azure Repos + +**Basic Usage tl;dr** + +1. Set a secret store (e.g., the freedesktop Secret Service) via either the `GCM_CREDENTIAL_STORE` environment variable (`export GCM_CREDENTIAL_STORE=)` or git configuration settings (`git config --global credential.credentialStore `). On Linux, `secretservice` is the best default choice in most circumstances. +2. Run `git-credential-manager login`. This can be either `github` or `azure-repos` + +That's it. Most of the complexity in the official documentation is good to know especially for more serious dev projects, but the above is all that's needed to get going. \ No newline at end of file diff --git a/content/DevOps and Infrastructure/IaC.md b/content/Infrastructure etc./IaC.md similarity index 100% rename from content/DevOps and Infrastructure/IaC.md rename to content/Infrastructure etc./IaC.md diff --git a/content/DevOps and Infrastructure/Immutable OS Stuff.md b/content/Infrastructure etc./Immutable OS Stuff.md similarity index 100% rename from content/DevOps and Infrastructure/Immutable OS Stuff.md rename to content/Infrastructure etc./Immutable OS Stuff.md diff --git a/content/DevOps and Infrastructure/K8s.md b/content/Infrastructure etc./K8s.md similarity index 100% rename from content/DevOps and Infrastructure/K8s.md rename to content/Infrastructure etc./K8s.md diff --git a/content/DevOps and Infrastructure/Logging.md b/content/Infrastructure etc./Logging.md similarity index 100% rename from content/DevOps and Infrastructure/Logging.md rename to content/Infrastructure etc./Logging.md diff --git a/content/DevOps and Infrastructure/Metrics.md b/content/Infrastructure etc./Metrics.md similarity index 100% rename from content/DevOps and Infrastructure/Metrics.md rename to content/Infrastructure etc./Metrics.md diff --git a/content/DevOps and Infrastructure/Migration.md b/content/Infrastructure etc./Migration.md similarity index 100% rename from content/DevOps and Infrastructure/Migration.md rename to content/Infrastructure etc./Migration.md diff --git a/content/DevOps and Infrastructure/Secrets Management.md b/content/Infrastructure etc./Secrets Management.md similarity index 100% rename from content/DevOps and Infrastructure/Secrets Management.md rename to content/Infrastructure etc./Secrets Management.md diff --git a/content/DevOps and Infrastructure/Security Labs.md b/content/Infrastructure etc./Security Labs.md similarity index 100% rename from content/DevOps and Infrastructure/Security Labs.md rename to content/Infrastructure etc./Security Labs.md