git: fix email and set defaultBranch to main
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user