fmt satisfy

pull/47/head
Stephen Kirby 2 years ago
parent 1a074fb860
commit f58cc98fce

@ -9,12 +9,12 @@ tags: [helper, git]
# git-config # 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 ## Examples
### Using workspace owner ### Using workspace owner
The credentials can be populated from the workspace owner's information. The credentials can be populated from the workspace owner's information.
```hcl ```hcl
@ -27,6 +27,7 @@ module "git-config" {
``` ```
### Custom credentials ### Custom credentials
Credentials can also be set manually. Credentials can also be set manually.
```hcl ```hcl
@ -37,4 +38,3 @@ module "git-config" {
user_email = "michael@example.com" user_email = "michael@example.com"
} }
``` ```

Loading…
Cancel
Save