This commit is contained in:
2026-01-22 16:20:53 +00:00
parent 1d24b113fd
commit eaa68c0355

View File

@@ -12,6 +12,11 @@ in {
autocrlf = "input"; autocrlf = "input";
pager = "delta"; pager = "delta";
}; };
credential = {
helper = "!gh auth git-credential";
"https://github.com".useHttpPath = true;
"https://gist.github.com".useHttpPath = true;
};
pull.rebase = true; pull.rebase = true;
rebase.autoStash = true; rebase.autoStash = true;
interactive.diffFilter = "delta --color-only"; interactive.diffFilter = "delta --color-only";