10 lines
200 B
10 lines
200 B
11 months ago
|
# This is Git's per-user configuration file.
|
||
|
[user]
|
||
|
# Please adapt and uncomment the following lines:
|
||
|
# name = username
|
||
|
# email = user@ema.il
|
||
|
[credential]
|
||
|
helper = store
|
||
|
[init]
|
||
|
defaultBranch = main
|