fix git credential helper for gh auth on netty

This commit is contained in:
Harivansh Rathi 2026-03-29 17:24:48 -04:00
parent e19cb0d9c6
commit 4c493bf494

View file

@ -48,6 +48,10 @@
push.autoSetupRemote = true;
"credential \"https://github.com\"" = {
helper = "!gh auth git-credential";
};
"diff-so-fancy" = {
markEmptyLines = true;
stripLeadingSymbols = true;