Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Oct 21, 2024
1 parent 69fca12 commit 22c5bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/cloud/dbt-cloud-ide/git-commit-signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GitHub and GitLab support commit signing, while Azure DevOps does not. Commit si

<DetailsToggle alt_header="What if my Git provider doesn't support GPG keys?">

If your Git Provider does not explicitly support the upload of public GPG keys, then
If your Git Provider does not explicitly support the uploading of public GPG keys, then
commits will still be signed using the private key, but no verification information will
be displayed by the provider.

Expand All @@ -74,7 +74,7 @@ be displayed by the provider.
<DetailsToggle alt_header="What if my Git provider requires that all commits are signed?">

If your Git provider is configured to enforce commit verification, then unsigned commits
will be be rejected. To avoid this, ensure that you have follow all previous steps to generate
will be rejected. To avoid this, ensure that you have follow all previous steps to generate
a keypair, and upload the public key to the provider.

</DetailsToggle>

0 comments on commit 22c5bd8

Please sign in to comment.