git config

This commit is contained in:
Daniel Langbein 2024-10-24 17:18:25 +02:00
parent c6bf8a6d9d
commit c014e34e4c
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -16,6 +16,11 @@
aliases = { aliases = {
#st = "status"; #st = "status";
}; };
extraConfig = {
init.defaultBranch = "main";
# TODO: Remove once this becomes default
extensions.objectFormat = "sha256";
};
}; };
}; };
} }