mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
fix: revert GPG home change, update inputs
This commit is contained in:
parent
789ef320b0
commit
5e189a590f
6 changed files with 55 additions and 39 deletions
|
|
@ -15,10 +15,10 @@
|
|||
".idea/"
|
||||
];
|
||||
|
||||
userName = "Ryan Cao";
|
||||
userEmail = "70191398+ryanccn@users.noreply.github.com";
|
||||
settings = {
|
||||
user.name = "Ryan Cao";
|
||||
user.email = "hello@ryanccn.dev";
|
||||
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
|
||||
commit.gpgSign = true;
|
||||
|
|
@ -38,12 +38,11 @@
|
|||
fetch.pruneTags = true;
|
||||
fetch.all = true;
|
||||
|
||||
transfer.fsckObjects = true;
|
||||
|
||||
branch.sort = "-committerdate";
|
||||
tag.sort = "version:refname";
|
||||
|
||||
push.autoSetupRemote = true;
|
||||
transfer.fsckObjects = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue