chore: update git config

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2024-02-17 16:29:14 -06:00
parent 7705d8be72
commit 062300c001
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 5 additions and 2 deletions

View File

@ -29,10 +29,10 @@ in {
tui = "!lazygit";
};
lfs.enable = true;
ignores = [".idea/" "result"];
ignores = [".idea/" "result" "node_modules" "ve"];
extraConfig = {
init.defaultBranch = "main";
merge.conflictstyle = "diff3";
merge.conflictstyle = "zdiff3";
diff.colorMoved = "default";
core.editor = "hx";
push = {
@ -40,7 +40,10 @@ in {
default = "current";
gpgSign = "if-asked";
};
rerere.enabled = true;
pull.rebase = true;
diff.algorithm = "histogram";
merge.tool = "hx";
url =
{
"ugit@git.jolheiser.com:".insteadOf = "ssh:jo:";