From f58cc98fce7bef7306d81fcab9bee7b09b680e44 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 26 Sep 2023 22:50:10 +0000 Subject: [PATCH] fmt satisfy --- git-config/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-config/README.md b/git-config/README.md index d7cb59d..ac7e96d 100644 --- a/git-config/README.md +++ b/git-config/README.md @@ -9,12 +9,12 @@ tags: [helper, git] # git-config -Runs a script that checks for stored Git credentials `user.name` and `user.email`, populating them with workspace owner's credentials when missing. - +Runs a script that checks for stored Git credentials `user.name` and `user.email`, populating them with workspace owner's credentials when missing. ## Examples ### Using workspace owner + The credentials can be populated from the workspace owner's information. ```hcl @@ -27,6 +27,7 @@ module "git-config" { ``` ### Custom credentials + Credentials can also be set manually. ```hcl @@ -37,4 +38,3 @@ module "git-config" { user_email = "michael@example.com" } ``` -