This commit is contained in:
joy 2024-11-24 20:22:54 +01:00
parent 7575254865
commit 68cf59880c

View file

@ -6,6 +6,7 @@
user.name = "joy"; user.name = "joy";
user.email = "${mail}"; user.email = "${mail}";
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = "true";
}; };
}; };
} }