11 lines
185 B
INI
11 lines
185 B
INI
# This is Git's per-user configuration file.
|
|
[user]
|
|
email = bryanroessler@gmail.com
|
|
name = Bryan Roessler
|
|
[color]
|
|
ui = auto
|
|
[credential]
|
|
helper = cache
|
|
[init]
|
|
defaultBranch = main
|