10 lines
212 B
INI
10 lines
212 B
INI
# This is Git's per-user configuration file.
|
|
[user]
|
|
# Please adapt and uncomment the following lines:
|
|
name = Penelope Gwen
|
|
email = support@pogmom.me
|
|
|
|
[core]
|
|
editor = /usr/bin/nano
|
|
[init]
|
|
defaultBranch = main
|