git: fix email and set defaultBranch to main

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 13:24:59 +01:00
parent 8ac356b4f4
commit 3c4081ea7b
+2 -2
View File
@@ -17,7 +17,7 @@
settings = {
user.name = "Ayman Boukraa";
user.email = "your@email.com";
user.email = "a.boukraa@mail.de";
alias = {
st = "status";
@@ -27,7 +27,7 @@
undo = "reset HEAD~1 --mixed";
};
init.defaultBranch = "master";
init.defaultBranch = "main";
pull.rebase = true;
push.autoSetupRemote = true;
core.editor = "emacsclient -c";