mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 00:02:18 +00:00
fix git credential helper for gh auth on netty
This commit is contained in:
parent
e19cb0d9c6
commit
4c493bf494
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@
|
||||||
|
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
|
||||||
|
"credential \"https://github.com\"" = {
|
||||||
|
helper = "!gh auth git-credential";
|
||||||
|
};
|
||||||
|
|
||||||
"diff-so-fancy" = {
|
"diff-so-fancy" = {
|
||||||
markEmptyLines = true;
|
markEmptyLines = true;
|
||||||
stripLeadingSymbols = true;
|
stripLeadingSymbols = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue