Remove gitea username from git config
This commit is contained in:
parent
ea8e3e2de6
commit
666bd09059
|
@ -32,25 +32,16 @@
|
|||
"*.gpg filter=gpg diff=gpg"
|
||||
"*.asc filter=gpg diff=gpg"
|
||||
];
|
||||
extraConfig =
|
||||
let
|
||||
user = "pixelifytica";
|
||||
in
|
||||
{
|
||||
github = {
|
||||
inherit user;
|
||||
};
|
||||
gitea = {
|
||||
inherit user;
|
||||
};
|
||||
pull.rebase = false;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
credential.helper = "${package}/bin/git-credential-libsecret";
|
||||
diff = {
|
||||
colorMoved = "default";
|
||||
gpg.textconv = "gpg --no-tty --decrypt";
|
||||
};
|
||||
extraConfig = {
|
||||
github.user = "pixelifytica";
|
||||
pull.rebase = false;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
credential.helper = "${package}/bin/git-credential-libsecret";
|
||||
diff = {
|
||||
colorMoved = "default";
|
||||
gpg.textconv = "gpg --no-tty --decrypt";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue