From 900110b603f62c10d0b72bb34d7e0f1d768331c9 Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:45:21 -0700 Subject: [PATCH] Update website/docs/docs/cloud/dbt-cloud-ide/git-commit-signing.md Co-authored-by: Gideon Shils --- website/docs/docs/cloud/dbt-cloud-ide/git-commit-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/cloud/dbt-cloud-ide/git-commit-signing.md b/website/docs/docs/cloud/dbt-cloud-ide/git-commit-signing.md index 29a7463f6e6..07763c2845c 100644 --- a/website/docs/docs/cloud/dbt-cloud-ide/git-commit-signing.md +++ b/website/docs/docs/cloud/dbt-cloud-ide/git-commit-signing.md @@ -6,7 +6,7 @@ sidebar_label: Git commit signing # Git commit signing -To prevent impersonation and enhance security, you can sign your Git commits when pushing them to the repository. Using your signature, a Git provider can cryptographically verify it and mark the commit as "verified", giving people increased confidence about the origin of the commit. +To prevent impersonation and enhance security, you can sign your Git commits before pushing them to your repository. Using your signature, a Git provider can cryptographically verify a commit and mark it as "verified", providing increased confidence about its origin. You can configure dbt Cloud to sign your Git commits when using the IDE for development. To set up, enable the feature in dbt Cloud, follow the flow to generate a keypair, and upload the public key to your Git provider to use for signature verification.