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 = {
|
settings = {
|
||||||
user.name = "Ayman Boukraa";
|
user.name = "Ayman Boukraa";
|
||||||
user.email = "your@email.com";
|
user.email = "a.boukraa@mail.de";
|
||||||
|
|
||||||
alias = {
|
alias = {
|
||||||
st = "status";
|
st = "status";
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
undo = "reset HEAD~1 --mixed";
|
undo = "reset HEAD~1 --mixed";
|
||||||
};
|
};
|
||||||
|
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
core.editor = "emacsclient -c";
|
core.editor = "emacsclient -c";
|
||||||
|
|||||||
Reference in New Issue
Block a user