The config script sets the following git global configurations.
| Name | Value | Description |
|---|---|---|
init.defaultBranch |
main |
Sets the default branch to main |
user.name |
prompted |
Sets the given GitHub username |
user.email |
prompted |
Sets the given GitHub email |
gpg.format |
ssh |
Sets the GPG format to use SSH |
user.signingkey |
prompted |
Sets the given path to signing key |
core.editor |
code |
Sets the default editor to be VS Code |
advice.addIgnoredFile |
false |
Disables warnings about adding ignored files |
color.ui |
auto |
Enables automatic CLI output coloring |
format.pretty |
oneline |
Sets the log format to be one line |