mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
11 lines
264 B
INI
11 lines
264 B
INI
# This is Git's per-user configuration file.
|
|
[user]
|
|
name = Victor Martinez
|
|
email = victor.martinez@prima.it
|
|
# Please adapt and uncomment the following lines:
|
|
# name = JasterV
|
|
# email = victor.martinez@prima.it
|
|
[init]
|
|
defaultBranch = main
|
|
[pull]
|
|
rebase = false
|